Skip to content
Snippets Groups Projects
Commit 23060d09 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Use more efficient encoding for string headers

Since all string allocations are pointer-aligned to avoid aligning more
frequent node allocations, we can rely on that in string encoding.

Encoding page offset and block size in sizeof(void*) units increases the
maximum memory page size from 64k to 256k on 32-bit and 512k on 64-bit
platforms.

Fixes #35.
parent 12e137d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment