ocaml-multicore / kcas

Software Transactional Memory for OCaml
https://ocaml-multicore.github.io/kcas/
ISC License
109 stars 11 forks source link

Tweak to use 0th counter on `set` in `Accumulator` #151

Closed polytypic closed 11 months ago

polytypic commented 11 months ago

This should slightly improve performance of set as the 0th counter should be at the root of the splay tree.