mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 17:17:22 +00:00
Switch to a chunked vector-of-vectors which makes mid-insertions on large sets much faster, and cache the begin/end/count for each chunk to make lookups much more cache-friendly.