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

cxxnet

move forward to https://github.com/dmlc/mxnet observed · 2026-08-28

github.com/dmlc/cxxnet · C++ · NOASSERTION (other) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
dmlc/cxxnetmain10
dmlc/ps-liteinfra64
dmlc/mshadowbackend10

For agents

markdown · JSON · MCP: product_card(name="dmlc/cxxnet")

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