Files
tantivy/stacker
Eric Ridge cd878a5c90 fix: support MemoryArena allocations up to 4GB (#62)
A MemoryArena should support allocations up to 4GB and https://github.com/paradedb/tantivy/pull/60 broke this by not accounting for the "max page id" when pages are now 50% the size of what the originally were.

This cleans up the code so things stay in sync if we change NUM_BITS_PAGE_ADDR again and adds a unit test
2025-12-10 10:17:27 -08:00
..
2025-04-18 04:56:31 +02:00