package multicore-magic

  1. Overview
  2. Docs
Low-level multicore utilities for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

multicore-magic-2.2.0.tbz
sha256=f38b65182a2f2819db579ee71e91f7d68b8e43b5f4cb480c976333b4f1a706a9
sha512=d50bdd90141a3dd34a251db2bb67e8ea7425ff6bbefbd39a46b38e814db082ee5910d0ac23c86fcb3b2e00715d3b7797e9412d14319b9c2c8b7262e034e170ac

CHANGES.md.html

2.2.0

  • Add (unboxed) Atomic_array (@polytypic)

2.1.0

  • Added instantaneous_domain_index for the implementation of contention avoiding data structures. (@polytypic)

  • Added Transparent_atomic module as a workaround to CSE issues in OCaml 5.0 and OCaml 5.1 and also to allow more efficient arrays of atomics. (@polytypic)

  • Fixed fenceless_get to not be subject to CSE. (@polytypic)

2.0.0

  • Changed the semantics of copy_as_padded to not always copy and to not guarantee that length_of_padded_array* works with it. These semantic changes allow better use of the OCaml allocator to guarantee cache friendly alignment. (@polytypic)

1.0.1

  • Ported the library to OCaml 4 (@polytypic)

  • License changed to ISC from 0BSD (@tarides)

1.0.0

  • Initial release (@polytypic)

OCaml

Innovation. Community. Security.