Closed
Description
In my very POC Array-mapped trie implementation, benchmarks suggested that a branching factor of 32 or even 64 would result in better performance on my PC. The paper on RRB trees for example mentions that 32 is a sensible balanced choice. 64 favors lookup performance over insert performance.