Skip to content

Commit

Permalink
Logo (#123)
Browse files Browse the repository at this point in the history
Logo for Kcas
  • Loading branch information
polytypic authored Aug 8, 2023
1 parent 6545be4 commit abd47fe
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
The API was redesigned in version 0.2.0 — see
[API reference for version 0.1.8](https://ocaml-multicore.github.io/kcas/0.1.8/kcas/Kcas/index.html).)</sup></sub>

<div align="center">

<img width="30%" src="doc/kcas.svg">

# **kcas** &mdash; STM based on lock-free MCAS

</div>

[**kcas**](https://ocaml-multicore.github.io/kcas/doc/kcas/Kcas/index.html)
provides a software transactional memory (STM) implementation based on an atomic
[lock-free](https://en.wikipedia.org/wiki/Non-blocking_algorithm#Lock-freedom)
Expand Down Expand Up @@ -49,6 +55,10 @@ most practical needs.
**kcas** is [published on **opam**](https://opam.ocaml.org/packages/kcas/) and
is distributed under the [ISC license](LICENSE.md).

[![OCaml-CI Build Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fci.ocamllabs.io%2Fbadge%2Focaml-multicore%2Fkcas%2Fmain&logo=ocaml&style=flat-square)](https://ci.ocamllabs.io/github/ocaml-multicore/kcas)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ocaml-multicore/kcas?style=flat-square&color=09aa89)](https://github.com/ocaml-multicore/kcas/releases/latest)
[![docs](https://img.shields.io/badge/doc-online-blue.svg?style=flat-square)](https://ocaml-multicore.github.io/kcas/doc/)

## Contents

- [A quick tour](#a-quick-tour)
Expand Down
65 changes: 65 additions & 0 deletions doc/kcas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abd47fe

Please sign in to comment.