The hopscotch-map library is a C++ implementation of a fast hash map and hash set using open-addressing and hopscotch hashing to resolve collisions. It is a cache-friendly data structure offering ...
expected lite is a single-file header-only library for objects that either represent a valid value or an error that you can pass by value. It is intended for use with ...