Ross ROSS = Recommend OSS · open-source software intelligence for agents

khizmax/libcds

A C++ library of Concurrent Data Structures observed · 2026-08-28

github.com/khizmax/libcds · homepage · C++ · BSL-1.0 (other) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4367
  • days_rel: n/a
  • days_push: 1051
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2745 stars · 366 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

libcds is a C++11 library of concurrent, lock-free and fine-grained lock-based data structures such as stacks, queues, maps, and skip-lists that require no external synchronization. It also provides safe memory reclamation (SMR) schemes including Hazard Pointer and user-space RCU, and is mostly header-only.

Use cases

  • use lock-free queues and stacks in a multithreaded C++ server
  • replace mutex-protected STL containers with concurrent maps and sets
  • implement safe memory reclamation with hazard pointers or RCU
  • build high-performance concurrent skip-list or hash map
  • apply flat combining techniques to reduce contention
  • share data structures across threads without manual locking

When to avoid

  • your project is single-threaded and does not need concurrency
  • you need a simple, actively evolving library with frequent releases
  • you require support for compilers older than GCC 4.8 / Clang 3.6 / MSVC 2015
  • you want a high-level concurrent framework rather than low-level data structures

Facets

library · maturity maintenance

concurrency developer-tools developer-tools performance windows cpp cross-platform lock-free concurrent-data-structures hazard-pointer rcu header-only c++11 containers algorithms linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
khizmax/libcdsmain23

For agents

markdown · JSON · MCP: product_card(name="khizmax/libcds")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem