I'm a beginner making a library for unit conversion, contributions are welcome

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. unitconversion.hpp

    A C++ library containing predefined unit conversion formulas to make your life easier

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. units

    A library to represent units with dimensions (by UnicycleBloke)

    I was inspired to experiment in this area a while back: https://github.com/UnicycleBloke/units. Others have written much better libraries, but I tried to keep it simple. There are one or two links you may find useful. I made no attempt to support C, though.

  4. mp-units

    The quantities and units library for C++

    I recommend using this as reference https://github.com/mpusz/units it probably solves the same or similar problem.

  5. au

    A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience. (by aurora-opensource)

    Be sure to check this one, too https://github.com/aurora-opensource/au

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts