mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
perf: restore branching factor to 32
This commit is contained in:
parent
42967b2127
commit
b9b6bf82b6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
type 'a iter = ('a -> unit) -> unit
|
type 'a iter = ('a -> unit) -> unit
|
||||||
|
|
||||||
let num_bits = 2
|
let num_bits = 5
|
||||||
let branching_factor = 1 lsl num_bits
|
let branching_factor = 1 lsl num_bits
|
||||||
let bitmask = branching_factor - 1
|
let bitmask = branching_factor - 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue