lzbench VS substrata

Compare lzbench vs substrata and see what are their differences.

lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors (by inikep)
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
lzbench substrata
9 7
842 24
- -
1.9 9.7
about 1 month ago 4 days ago
C C++
- 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.

lzbench

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

substrata

Posts with mentions or reviews of substrata. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-01.
  • Chrome Feature: ZSTD Content-Encoding
    10 projects | news.ycombinator.com | 1 Apr 2024
    I implemented this in my server (https://substrata.info/). Works great. Results in smaller files than zlib/deflate.
  • Croquet: Live, network-transparent 3D gaming
    8 projects | news.ycombinator.com | 26 Dec 2023
    Substrata is already open source (well, 99% open source): https://github.com/glaretechnologies/substrata

    As far as scaling goes, fancy scaling solutions are currently in the 'future-problems' basket. Currently Substrata just uses a naive client-server solution with O(n^2) messaging where n is the number of connected clients - e.g. each message from a client is sent to all other clients.

  • Show HN: Substrata – An Open-Source Metaverse
    2 projects | news.ycombinator.com | 19 Dec 2023
    Substrata is a metaverse that I have been working on for a few years, and have recently open-sourced.

    It's written in C++ and OpenGL. You can try out pre-built binaries here: https://substrata.info/, or build it yourself from the source.

    More details are available on the Github page: https://github.com/glaretechnologies/substrata and on the website: https://substrata.info/about_substrata

    I'm happy to answer any questions about it!

  • Substrata C++/OpenGL Metaverse open sourced
    1 project | news.ycombinator.com | 30 Nov 2023

What are some alternatives?

When comparing lzbench and substrata you can also consider the following projects:

7-Zip-zstd - 7-Zip with support for Brotli, Fast-LZMA2, Lizard, LZ4, LZ5 and Zstandard

hubs - Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.

CompactGUI - Transparently compress active games and programs using Windows 10/11 APIs [Moved to: https://github.com/IridiumIO/CompactGUI]

croquet-for-unity-guardians - Development of C4U version of Guardians

CompactGUI - Transparently compress active games and programs using Windows 10/11 APIs

thirdroom - Open, decentralised, immersive worlds built on Matrix

11Zip - Dead simple zipping / unzipping C++ Lib

qemu

zip-ada - Zip-Ada: a standalone, portable Ada library for .zip archives. Includes LZMA byte stream encoder & decoder pair.

ffi-overhead - comparing the c ffi (foreign function interface) overhead on various programming languages

SIMDCompressionAndIntersection - A C++ library to compress and intersect sorted lists of integers using SIMD instructions

lizard - Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.