issues
search
wvwwvwwv
/
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
338
stars
16
forks
source link
Simplify APIs
#41
Closed
wvwwvwwv
closed
3 years ago
wvwwvwwv
commented
3 years ago
More like std::collections::*.
HashMap/Index<K, V, H> => HashMap/Index<K, V, H = RandomState>
HashMap::book => HashMap::reserve
More like std::collections::*.