:: DeveloperApi :: A simple open hash table optimized for the append-only use case, where keys are never removed, but the value for each key may be changed.
A simple, fixed-size bit set implementation.
:: DeveloperApi :: An append-only map that spills sorted content to disk when there is insufficient space for it to grow.