Skip to content

Commit

Permalink
perf: restore branching factor to 32
Browse files Browse the repository at this point in the history
c-cube committed Jan 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 42967b2 commit b9b6bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvec/containers_pvec.ml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

type 'a iter = ('a -> unit) -> unit

let num_bits = 2
let num_bits = 5
let branching_factor = 1 lsl num_bits
let bitmask = branching_factor - 1

0 comments on commit b9b6bf8

Please sign in to comment.