STL Alternative

前端 未结 15 1844
故里飘歌
故里飘歌 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:33

    What about the ACE library? It's an open-source object-oriented framework for concurrent communication software, but it also has some container classes.

提交回复
热议问题