uvfs VS simple_units

Compare uvfs vs simple_units and see what are their differences.

uvfs

Microscopic C++20 archive format (by celtera)

simple_units

A C++20 header-only library for strongly typed units (by X-Neon)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
uvfs simple_units
3 1
5 1
- -
0.0 10.0
almost 2 years ago over 1 year ago
C++ C++
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

uvfs

Posts with mentions or reviews of uvfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-01.
  • C++ Show and Tell - October 2022
    10 projects | /r/cpp | 1 Oct 2022
    recently I had the need for an archive format where file access could be mmap'd and with very fast random access to the contained files. not sure if I managed but if that can be useful to anyone: https://github.com/celtera/uvfs ; ideally i'd like to investigate how to serialize the hash map directly so that it could just be mapped too instead of having to recreate it on load.
  • Advanced Scientific Data Format
    6 projects | news.ycombinator.com | 30 Sep 2022
    I had started a little bit of work towards that recently: https://github.com/celtera/uvfs

    It's very optimized towards my specific needs but could be a basis for what you mention

  • DwarFS: The SquashFS successor has arrived
    2 projects | news.ycombinator.com | 24 Jul 2022
    ended up biting the bullet and started https://github.com/celtera/uvfs

simple_units

Posts with mentions or reviews of simple_units. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-01.
  • C++ Show and Tell - October 2022
    10 projects | /r/cpp | 1 Oct 2022
    I just released my new units library, Simple Units. Compared to other units libraries, mine is a lot more minimal, with an emphasis on being reasonably quick to compile, and working well with IDE features such as type deduction. This library gives you the su::unit type, which is basically std::chrono::duration but with an additional template parameter describing the unit. Then, instead of a full dimensional analysis system, you describe relations between units, such as seconds * Watts = Joules.

What are some alternatives?

When comparing uvfs and simple_units you can also consider the following projects:

asdf - ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data

event-bus - Event Bus utility

hwinfo - cross platform C++ library for hardware information (CPU, RAM, GPU, ...)

DataContainer

adam - ADAM is a genomics analysis platform with specialized file formats built using Apache Avro, Apache Spark, and Apache Parquet. Apache 2 licensed.

BFScript - A compiler backend paired with a proof of concept programming language that compiles to Brainfuck.

Pepper - PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor.

CustomKeyboard - A swiss knife for myself - automotive development tools and a plenty of other things

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

dwarfs - A fast high compression read-only file system for Linux, Windows and macOS

Reduct Storage - A time series database for storing and managing large amounts of blob data [Moved to: https://github.com/reductstore/reductstore]