S
shablool
The Strinx library is a lightweight extension to the standard C++
template library, aimed to provide a set of highly efficient
containers, by using different memory model then traditional STL
containers, which is also less likely to cause memory fragmentations
on long running applications.
Performance benchmarks show that Strinx containers have better
performance then STL containers (on Linux machine, GCC 4.1.2):
http://strinx.sourceforge.net/docs/strinx.html
ShacharS.
template library, aimed to provide a set of highly efficient
containers, by using different memory model then traditional STL
containers, which is also less likely to cause memory fragmentations
on long running applications.
Performance benchmarks show that Strinx containers have better
performance then STL containers (on Linux machine, GCC 4.1.2):
http://strinx.sourceforge.net/docs/strinx.html
ShacharS.