cxxnet
move forward to https://github.com/dmlc/mxnet observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4584
- days_rel: n/a
- days_push: 3991
- n_releases_24m: 0
Adoption not part of the score
1024 stars · 406 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ps-lite is a lightweight, efficient C++ implementation of the parameter server framework for distributed machine learning. It exposes simple Push/Pull/Wait APIs for key-value communication between worker and server nodes, with zero-copy transfers and user-defined server-side handles.
Use cases
- synchronize model parameters across distributed training workers
- build distributed deep learning systems like MXNet or BytePS
- run distributed sparse logistic regression or factorization machines
- push gradients to server nodes and pull updated weights
- compress communication with user-defined filters
- implement custom server-side update logic for KV stores
When to choose
- you need a minimal, embeddable parameter server layer in C++ for distributed ML
- you are building or extending distributed training frameworks that communicate via key-value push/pull
- you need high-performance, zero-copy asynchronous communication between workers and servers
When to avoid
- you want a full-featured distributed training framework rather than a communication layer
- your project is Python-only and you prefer higher-level APIs like those in MXNet or PyTorch DDP
- you need actively developed features; the project is largely in maintenance mode
Facets
library · maturity maintenance
machine-learning deep-learning llm-training networking concurrency machine-learning deep-learning microservices large-language-models cpp cross-platform parameter-server distributed-training kvstore zero-copy async-communication dmlc linux macos
1 source
- readme: https://github.com/dmlc/cxxnet · fetched 2026-08-28 · 1ccbcf4ab3a1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dmlc/cxxnet | main | 10 |
| dmlc/ps-lite | infra | 64 |
| dmlc/mshadow | backend | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem