ocaml-multicore / kcas

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

Add `Dllist` benchmark #176

Closed polytypic closed 10 months ago

polytypic commented 10 months ago

This adds a very minimal benchmark for Dllist. The benchmarks in this PR only use queue -style operations, which is not really comprehensive as Dllist supports many other modes of use.