gtl
gtl copied to clipboard
Greg's Template Library of useful classes.
Results
2
gtl issues
Sort by
recently updated
recently updated
newest added
One feature that would greatly decrease peak memory usage in my use-case is to have the ability to "steal" the backing array from the flat-maps (after compacting them into a...
I'm looking to use `gtl::parallel_flat_hash_map`. Forgive my ignorance, as most of my experience has been in the JVM world and I'm still learning about vector intrinsics. I was curious why...