slot_map icon indicating copy to clipboard operation
slot_map copied to clipboard

A slot map is a high-performance associative container with persistent unique 32/64 bit keys to access stored values.

Results 3 slot_map issues
Sort by recently updated
recently updated
newest added

On Linux with g++-11, when building a file that does not include `limits` before `slot_map.h`, we get the following errors. All we need is to add the include in the...

Hello, thanks for thsi very usefu llibrary! I have one question as I must be missing something - why there are only const ways of iterating over entire slot_map? ```...

Hi there! Thanks for the work on this library, it's a very useful tool. I am trying to implement a slotmap of structs whose fields can hold slotmap keys to...