Abseil

Use cases

  • Swiss table - one of the fastest hashmap implementations out there for C++. Rust's hashbrown is a port of this technique to Rust, which is faster than the hashmap in Rust's standard library.

Last updated