SeqBox VS liberasurecode

Compare SeqBox vs liberasurecode and see what are their differences.

SeqBox

A single file container/archive that can be reconstructed even after total loss of file system structures (by MarcoPon)

liberasurecode

Erasure Code API library written in C with pluggable Erasure Code backends. Mirror of code maintained at opendev.org. (by openstack)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
SeqBox liberasurecode
1 3
532 143
- 0.7%
- 5.5
almost 5 years ago 3 months ago
Python C
MIT License BSD 2-clause "Simplified" 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.

SeqBox

Posts with mentions or reviews of SeqBox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.

liberasurecode

Posts with mentions or reviews of liberasurecode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-09.
  • Show HN: Bef – a tool that encodes/decodes interleaved erasure coded streams
    3 projects | news.ycombinator.com | 9 Mar 2024
    This is pretty cool and I appreciate the comparison to par2. I have a (personal) backup workflow using par2 now, and this looks like an interesting replacement.

    The dependency for doing erasure codes is itself pretty interesting[1]. It has a number of backends. I've used one of those, ISA-L, in the past at a major storage vendor for Reed Solomon parity blocks.

    [1]: https://github.com/openstack/liberasurecode

  • liberasurecode linking issues
    1 project | /r/cpp_questions | 26 Nov 2023
    I'm attempting to use liberasurecode for a research project. Right now I'm just trying to get a toy program running on a docker Ubuntu image, but I'm running into issues (namely: "undefined reference to function").I've included the program below, it's probably not relevant but still.
  • liberasurecode installation
    1 project | /r/AskProgramming | 21 Nov 2023

What are some alternatives?

When comparing SeqBox and liberasurecode you can also consider the following projects:

bef - Block Erasure Format - An extensible, fast, and usable file utility to encode and decode interleaved erasure coded streams of data.