All Git Users → mattreecebentley

5 open source projects by mattreecebentley

1. Plf list
A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
2. Win10 simplifier
Windows 10 Simplifier - A script for automating simplifications and maintenance
3. Plf colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
4. plf queue
A C++ data container replicating std::queue functionality but with better performance.
5. plf nanotimer
A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple as possible to create the lowest amount of overhead.
1-5 of 5 user projects