← Back to home
Comparison · DevOps

libosmium vs SU2

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

libosmium vs SU2: at a glance

FeaturelibosmiumSU2
SectorDevOpsDevOps
Velocity score0.00.0
Sparks · 30d00
Top themesopenstreetmap, cpp-library, pbf-parsing, dependency-removalcfd, adjoint-optimization, multiphysics, turbulence-models
Last editorial update3h 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 SU2?

SU2 is growing from an aerodynamics solver into a coupled multiphysics optimizer

SU2 ships two or three releases a year under the same Harrier codename it has used since 8.0, each one a long list of contributed features rather than a single theme. The multiphysics work is the clearest thread: thermal expansion and centrifugal forces reached the FEA solver in 8.2.0, a coupled thermoelasticity solver followed, and 8.5.0 declares that coupling fully functional and adds its adjoint. Turbulence modelling gets steady attention in parallel, most recently a grey-area mitigation strategy for detached-eddy simulation.

Read the full SU2 trajectory →

libosmium vs SU2: 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.

S
SU2
DEVOPS
0.0

SU2 is growing from an aerodynamics solver into a coupled multiphysics optimizer

◆ Current state

SU2 ships two or three releases a year under the same Harrier codename it has used since 8.0, each one a long list of contributed features rather than a single theme. The multiphysics work is the clearest thread: thermal expansion and centrifugal forces reached the FEA solver in 8.2.0, a coupled thermoelasticity solver followed, and 8.5.0 declares that coupling fully functional and adds its adjoint. Turbulence modelling gets steady attention in parallel, most recently a grey-area mitigation strategy for detached-eddy simulation.

◆ Where it's heading

Two directions are visible in the contribution pattern. Adjoint capability is being extended to each new physics as it lands, which matters because gradient-based design optimization is what distinguishes SU2 from a general-purpose solver — a coupled solver without an adjoint is only half the feature. Meanwhile the numerics substrate is being reworked underneath: FGCRODR replacing GMRES for Newton-Krylov adjoints, PaStiX 6, multigrid tuning, better default compiler flags, and an early GPU port of the FGMRES solver contributed through Google Summer of Code. Machine learning enters narrowly, through data-driven and physics-informed fluid models rather than as a general capability.

◆ Prediction

The GPU work so far covers one linear solver and is still labelled experimental, so the plausible next step is extending it to more of the solve rather than a new physics module. Expect the adjoint-follows-physics pattern to continue with whatever coupling lands next.

Alternatives to libosmium and SU2

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 SU2.

See all libosmium alternatives → · See all SU2 alternatives →

Recent activity from libosmium and SU2

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

  1. 3mo agoSU2SU2 8.5.0 completes thermoelastic coupling and adds its adjoint
  2. 4mo agolibosmiumlibosmium 2.23.1 reverts an object-ordering change that broke extracts
  3. 6mo agolibosmiumlibosmium 2.23.0 fixes PBF and bzip2 edge cases, raises CMake floor
  4. 7mo agoSU2SU2 8.4.0 adds the FGCRODR solver and SST roughness boundaries
  5. 11mo agoSU2SU2 8.3.0 lands a CUDA port of FGMRES and RBF mesh deformation
  6. 1y agoSU2SU2 8.2.0 adds a coupled thermoelasticity solver and PINN fluid models
  7. 1y agolibosmiumlibosmium 2.22.0 handles 64-bit relation IDs, drops regex filters
  8. 1y agolibosmiumlibosmium 2.21.0 requires C++14, drops Sparsehash and Proj
  9. 1y agoSU2SU2 8.1.0 adds solid-to-solid conjugate heat transfer and custom inlets
  10. 2y agoSU2SU2 8.0.1 adds actuator-disk BEM, fixes CoDiPack adjoint locking
  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 SU2?

They serve adjacent needs but don't currently overlap on shipped themes. libosmium and SU2 are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is libosmium better than SU2?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. libosmium and SU2 are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). 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 SU2?

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