STL Alternative

前端 未结 15 1822
故里飘歌
故里飘歌 2021-01-31 04:24

I really hate using STL containers because they make the debug version of my code run really slowly. What do other people use instead of STL that has reasonable performance for

15条回答
  •  南方客
    南方客 (楼主)
    2021-01-31 04:37

    Sorry, I can't leave a comment, so here's an answer: EASTL is now available at github: https://github.com/paulhodge/EASTL

提交回复
热议问题