mattreecebentley/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.
C++Zlib
Issues
- 2
unordered_find_single(predicate_function predicate) and iunordered_find_multiple(predicate_function predicate) not implemented
#31 opened by stayprivate - 1
Regression in C++ standard compatibility
#30 opened by valgur - 1
unordered_find_if would be useful
#28 opened by HSNB - 1
missing std::sort on clang 12
#29 opened by malytomas - 1
- 3
ranges reverse_view and such cause crash
#26 opened by HSNB - 3
- 0
share a way to print item in plf::list in GDB
#24 opened by gigglesun - 1
missing splice interface
#23 opened by gigglesun - 3
splicing the last element to the end drops it
#22 opened by cscrimge - 4
shrink_to_fit is bugged
#21 opened by HSNB - 1
- 1
- 5
PLF_CPP20_SUPPORT bugs insert due to multiple reasons. On Visual Studio latest version
#18 opened by HSNB - 1
hello, Is multithreading safe?
#17 opened by putao520 - 4
non-const unordered_find_single()
#16 opened by degski - 1
- 5
License: Rename / Duplicate?
#12 opened by TPS - 3
Move constructor crashed
#11 opened by tsung-wei-huang - 2
Compile warning
#9 opened by dinghram - 2
Cannot use non-const functors for sort
#10 opened by dinghram - 3
- 1
Fixes for memory errors
#5 opened by cscrimge - 1
- 1
- 1
- 2