package kcas

  1. Overview
  2. Docs
Multi-word compare-and-set library

Install

Dune Dependency

Authors

Maintainers

Sources

kcas-0.2.2.tbz
sha256=1c04839dd363f23acf8394402d0c967d19e8ee5a3530f8b90fcaff4ce767516c
sha512=a89559590aad1f7681a94bf9fe29f87246eeb0197d3c9b20efc7cd416fdda749e4887ab258b82f96542beab0a26eb095ba34b1c3ca2ab70ca153da3201132498

CHANGES.md.html

Release notes

All notable changes to this project will be documented in this file.

0.2.2

  • New explicit transaction log passing API based on idea by @gasche (@polytypic, review: @samoht and @lyrm)

0.2.1

  • New k-CAS-n-CMP algorithm extending the GKMZ algorithm (@polytypic, review: @bartoszmodelski)

0.2.0

  • Complete redesign adding a new transaction API (@polytypic, review: @bartoszmodelski)

0.1.8

  • Fix a bug in GKMZ implementation (@polytypic, review: @bartoszmodelski)

0.1.7

  • Change to use the new GKMZ algorithm (@polytypic, review: @bartoszmodelski)

0.1.6

  • Add preflights sorting and checks (@bartoszmodelski, review: @polytypic)

0.1.5

  • Republish in opam (update opam, dune) (@tmcgilchrist, review: @Sudha247)