For the complete documentation index, see llms.txt. This page is also available as Markdown.

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