mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
perf: reduce GC pressure by using a branching factor of 16
This commit is contained in:
parent
8dca0ea78d
commit
a281476082
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
type 'a iter = ('a -> unit) -> unit
|
||||
|
||||
let num_bits = 5
|
||||
let num_bits = 4
|
||||
let branching_factor = 1 lsl num_bits
|
||||
let bitmask = branching_factor - 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue