ocaml-multicore / kcas

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

Separate `kcas` and `kcas_data` to own dirs under `src` and `test` #62

Closed polytypic closed 1 year ago

polytypic commented 1 year ago

This PR moves the library and test files to directories based on the package kcas or kcas_data for clarity.

This also removes the unnecessary threads library dependency from kcas. Argh.