big-associative
Big associative containers who can store over 16M elements
Big associative containers who can store over 16M elements
`BigMap<K, V>` is a custom implementation of the native JavaScript `Map` interface designed to handle an extremely large number of entries. It breaks down large datasets into smaller segments, each managed by its own `Map`, while maintaining the same API