ocaml-multicore / kcas

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

Use `Before -> 0` and `After -> 1` to index values in location state #152

Closed polytypic closed 10 months ago

polytypic commented 11 months ago

This avoids branches, slightly reduces code size, and should slightly improve performance.