# Abseil

## Use cases

* [Swiss table](https://abseil.io/blog/20180927-swisstables) - one of the fastest hashmap implementations out there for C++. Rust's [hashbrown](https://github.com/rust-lang/hashbrown) is a port of this technique to Rust, which is faster than the hashmap in Rust's standard library.
