# rigtorp/awesome-lockfree

A collection of resources on wait-free and lock-free programming

Repository: https://github.com/rigtorp/awesome-lockfree
Canonical: https://ross.abutalabs.com/products/awesome-lockfree
License Family: other
Topics: assembly, cpp, lock-free, concurrency, concurrent-programming, wait-free
Last push: 2024-02-25T00:18:35+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3807, "days_push": 921, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2069, forks 188 (observed 2026-08-28T04:06:10.302851+00:00)

## What it is
A curated awesome-list of resources on wait-free and lock-free programming, including libraries, papers, books, blogs, and websites. It serves as a reference index for developers learning or implementing non-blocking concurrent algorithms.

## Use cases
- find lock-free data structure libraries for C++ or Rust
- learn about non-blocking algorithms and memory models
- find papers on lock-free concurrency
- compare concurrent queue implementations like MPMC and SPSC
- find books on multiprocessor programming
- learn about RCU and seqlock techniques

## When to choose
- you need a starting point for learning lock-free programming
- you want a curated index of concurrency libraries and literature
- you are researching non-blocking data structures

## When to avoid
- you need a ready-to-use lock-free library rather than a resource list
- you need beginner-friendly sequential programming tutorials

## Facets
- artifact type: learning-resource
- maturity: maintenance
- function: concurrency, developer-tools
- domain: developer-tools, performance
- platform: cross-platform
- tags: awesome-list, lock-free, wait-free, concurrent-programming, atomics, memory-model, cpp, rust, algorithms

## Member repositories
- rigtorp/awesome-lockfree (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.302851+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:56:46.166903+00:00, confidence not recorded.
  - readme: https://github.com/rigtorp/awesome-lockfree (fetched 2026-08-28T04:06:10.302851+00:00, sha 6d874e4ef2d2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
