issues
search
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.
https://plflib.org/list.htm
zlib License
151
stars
21
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Iterators could be trivially copyable
#33
glebov-andrey
closed
1 week ago
5
Add missing PLF_IS_ALWAYS_EQUAL_SUPPORT checks
#32
valgur
closed
4 months ago
1
unordered_find_single(predicate_function predicate) and iunordered_find_multiple(predicate_function predicate) not implemented
#31
stayprivate
closed
5 months ago
2
Regression in C++ standard compatibility
#30
valgur
closed
9 months ago
1
missing std::sort on clang 12
#29
malytomas
closed
1 year ago
1
unordered_find_if would be useful
#28
HSNB
closed
1 year ago
1
No `begin()` and `rbegin()` for `const-` qualified lists
#27
xzceddie
closed
1 year ago
1
ranges reverse_view and such cause crash
#26
HSNB
closed
1 year ago
3
ranges reverse_view and such no longer work and give compile error
#25
HSNB
closed
1 year ago
3
share a way to print item in plf::list in GDB
#24
gigglesun
closed
1 year ago
0
missing splice interface
#23
gigglesun
closed
2 years ago
1
splicing the last element to the end drops it
#22
cscrimge
closed
2 years ago
3
shrink_to_fit is bugged
#21
HSNB
closed
3 years ago
4
Calling splice() on first element drops list elements
#20
clundgren
closed
3 years ago
1
Bug: list can enter an invalid state, causing a hang due to infinite loop
#19
HSNB
closed
3 years ago
1
PLF_CPP20_SUPPORT bugs insert due to multiple reasons. On Visual Studio latest version
#18
HSNB
closed
3 years ago
5
hello, Is multithreading safe?
#17
putao520
closed
4 years ago
1
non-const unordered_find_single()
#16
degski
closed
4 years ago
4
Allow plf_list.h to build in MSVC C++17 with unused parameter warnings
#15
cscrimge
closed
4 years ago
3
make plf::list::erase compatible with std::list::erase
#14
gharveymn
closed
4 years ago
3
Compiler warnings "type qualifiers ignored on cast result type"
#13
glebov-andrey
closed
5 years ago
1
License: Rename / Duplicate?
#12
TPS
closed
5 years ago
5
Move constructor crashed
#11
tsung-wei-huang
closed
5 years ago
3
Cannot use non-const functors for sort
#10
dinghram
closed
6 years ago
2
Compile warning
#9
dinghram
closed
6 years ago
2
iterator operators not returning iterator reference
#8
dinghram
closed
6 years ago
3
Fix wrong emplace_back and _front returns
#7
Eremiell
closed
6 years ago
4
Add support for C++17 emplace_back and _front
#6
Eremiell
closed
6 years ago
1
Fixes for memory errors
#5
cscrimge
closed
6 years ago
1
Typo in PLF_LIST_NOEXCEPT_MOVE_ASSIGNMENT definitions
#4
cscrimge
closed
6 years ago
1
Incorrect return type on const overloads of `begin()` and `end()`
#3
cscrimge
closed
6 years ago
1
Move assignment of empty list in gcc 5/6 results in a segfault
#2
cscrimge
closed
6 years ago
1
plf_list.remove() leaves an element stuck in the list
#1
jdmairs
closed
6 years ago
2