> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/programming-languages/cpp/libraries/abseil.md).

# 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.
