← Back to home
Comparison · DevOps

libosmium vs RDKit

A side-by-side editorial comparison of libosmium and RDKit — release velocity, themes, recent moves, and the top alternatives to consider.

libosmium vs RDKit: at a glance

FeaturelibosmiumRDKit
SectorDevOpsDevOps
Velocity score0.02.5
Sparks · 30d00
Top themesopenstreetmap, cpp-library, pbf-parsing, dependency-removalcheminformatics, stereochemistry, quarterly-releases, substructure-search
Last editorial update2h ago3h ago
WebsiteVisit →Visit →

What is libosmium?

libosmium is a stable OSM parsing library whose main work now is shedding old dependencies

libosmium ships roughly once or twice a year and the release notes read accordingly: a handful of additions, a longer list of fixes, and a steady drumbeat of code cleanups. Recent cycles have been dominated by removing things — Google Sparsehash, the ancient Proj projection support, regex filters, and a series of long-deprecated classes. The library's core job of reading and writing OSM data has been stable long enough that most fixes now cluster around compression edge cases and PBF parsing tolerance.

Read the full libosmium trajectory →

What is RDKit?

Quarterly majors set the breaking changes; the patch train spends the rest of the year on stereochemistry

RDKit runs a strict quarterly cadence — a 2026_03 major followed by monthly patch releases through the quarter. The major carried the breaking changes: Dict keys moved to std::string_view, SMARTS AND-query merging, _CIPRank no longer set by default on molecules without chiral centers, altered hydride removal, and MolToSmarts no longer adding implicit hydrogens. Every patch since has been dominated by stereochemistry correctness and drawing options, with steady performance work on CIP labelling and synthon substructure search.

Read the full RDKit trajectory →

libosmium vs RDKit: editorial side-by-side

L
libosmium
DEVOPS
0.0

libosmium is a stable OSM parsing library whose main work now is shedding old dependencies

◆ Current state

libosmium ships roughly once or twice a year and the release notes read accordingly: a handful of additions, a longer list of fixes, and a steady drumbeat of code cleanups. Recent cycles have been dominated by removing things — Google Sparsehash, the ancient Proj projection support, regex filters, and a series of long-deprecated classes. The library's core job of reading and writing OSM data has been stable long enough that most fixes now cluster around compression edge cases and PBF parsing tolerance.

◆ Where it's heading

The direction is consolidation rather than expansion. C++14 became the floor in 2.21.0, CMake 3.10 in 2.23.0, and each release trims another external dependency or workaround for an obsolete compiler. What new surface does appear is narrow and pragmatic: one spare bit in a Location, a TagList comparison, a UTF-8 validity helper — small affordances for downstream tools like osmium-tool and osm2pgsql rather than new capability. The 2.23.1 revert is a useful signal that the maintainers treat diff and extract-update correctness as the property they will not trade for tidier ordering.

◆ Prediction

Expect the deprecation-removal pattern to continue, with RapidJSON support the most likely next casualty given it was marked deprecated back in 2.19.0. Nothing in the entries suggests a change in scope; the next release will most plausibly be another small additions-plus-fixes cycle.

R
RDKit
DEVOPS
2.5

Quarterly majors set the breaking changes; the patch train spends the rest of the year on stereochemistry

◆ Current state

RDKit runs a strict quarterly cadence — a 2026_03 major followed by monthly patch releases through the quarter. The major carried the breaking changes: Dict keys moved to std::string_view, SMARTS AND-query merging, _CIPRank no longer set by default on molecules without chiral centers, altered hydride removal, and MolToSmarts no longer adding implicit hydrogens. Every patch since has been dominated by stereochemistry correctness and drawing options, with steady performance work on CIP labelling and synthon substructure search.

◆ Where it's heading

Two threads run through the patch train. Stereochemistry is the persistent bug surface — atropisomers, E/Z retention through CDXML and fragment extraction, ring-bond consistency in the bounds matrix builder, aromaticity in polycyclic conjugated systems — which is what happens when a cheminformatics toolkit is the reference implementation everyone's edge cases land on. Separately, search and conformer generation keep getting faster: synthon substructure search doubled, CIP labelling stopped computing auxiliary descriptors unnecessarily, and ETKDG gained all-in-one coordinate refinement.

◆ Prediction

Expect the 2026_03 line to keep receiving stereochemistry fixes until the next quarterly major, which is where any further backwards-incompatible API changes will be batched.

Alternatives to libosmium and RDKit

Other DevOps products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either libosmium or RDKit.

See all libosmium alternatives → · See all RDKit alternatives →

Recent activity from libosmium and RDKit

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 9d agoRDKit2026.03.5 fixes atropisomer, CDXML and aromaticity stereochemistry bugs
  2. 1mo agoRDKit2026.03.4 doubles synthon substructure search and refines ETKDG
  3. 2mo agoRDKit2026.03.3 speeds up CIP labelling and adds tautomer zone blocking
  4. 3mo agoRDKit2026.03.2 speeds tautomer canonicalization and fixes UFF gradients
  5. 4mo agolibosmiumlibosmium 2.23.1 reverts an object-ordering change that broke extracts
  6. 4mo agoRDKit2026.03.1 changes CIP ranking, hydride removal and SMARTS defaults
  7. 4mo agoRDKit2026.03.1b1 beta preview of the quarterly major
  8. 6mo agolibosmiumlibosmium 2.23.0 fixes PBF and bzip2 edge cases, raises CMake floor
  9. 1y agolibosmiumlibosmium 2.22.0 handles 64-bit relation IDs, drops regex filters
  10. 1y agolibosmiumlibosmium 2.21.0 requires C++14, drops Sparsehash and Proj
  11. 2y agolibosmiumlibosmium 2.20.0 accepts fractional-second timestamps
  12. 3y agolibosmiumlibosmium 2.19.0 removes BoolVector and NWRIdSet, deprecates RapidJSON

Frequently asked questions

What is the difference between libosmium and RDKit?

They serve adjacent needs but don't currently overlap on shipped themes. RDKit is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is libosmium better than RDKit?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. RDKit is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other DevOps products to evaluate alongside.

What are the best alternatives to libosmium?

Top libosmium alternatives in DevOps are ranked by recent ship velocity. Browse the "libosmium alternatives" section above for the current picks, or visit /alternatives/libosmium for the full list with editorial commentary on each.

What are the best alternatives to RDKit?

Top RDKit alternatives in DevOps are ranked by recent ship velocity. Browse the "RDKit alternatives" section above for the current picks, or visit /alternatives/rdkit for the full list with editorial commentary on each.