Currently, there is a limit on 32Gb obtained by using 32bit offsets from the start of the memsector adn using the 8byte node alignment constraint.
An alternative is to use relative pointers and have 2 types of internal nodes (a few with long pointers 64bit and most with 32bit relative pointers). This would remove the 32Gb limit.
Currently, there is a limit on 32Gb obtained by using 32bit offsets from the start of the memsector adn using the 8byte node alignment constraint. An alternative is to use relative pointers and have 2 types of internal nodes (a few with long pointers 64bit and most with 32bit relative pointers). This would remove the 32Gb limit.