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

unordered_find_single(predicate_function predicate) and iunordered_find_multiple(predicate_function predicate) not implemented #31

Closed stayprivate closed 5 months ago

stayprivate commented 5 months ago

They are documented here https://plflib.org/list.htm but no where to be find

stayprivate commented 5 months ago

Arrrg was looking at an older revision of plf_list.h sorry.

mattreecebentley commented 5 months ago

All good