Crinkler VS RegPack

Compare Crinkler vs RegPack and see what are their differences.

Crinkler

Crinkler is an executable file compressor (or rather, a compressing linker) for compressing small 32-bit Windows demoscene executables. As of 2020, it is the most widely used tool for compressing 1k/4k/8k intros. (by runestubbe)

RegPack

Self-contained packer for size-constrained JS code (by Siorki)
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
Crinkler RegPack
7 1
1,018 295
- -
0.0 0.0
over 1 year ago almost 2 years ago
C++ JavaScript
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

Crinkler

Posts with mentions or reviews of Crinkler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-12.

RegPack

Posts with mentions or reviews of RegPack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.
  • Show HN: Micro LZMA decoder (x86 assembly code golf)
    6 projects | news.ycombinator.com | 6 Jun 2022
    I love these tiny decoders, even if their use cases are limited. To me this is as much art as programming.

    For Javascript I ran into these two recently:

    Tiny LZW(ish) encoder/decoder. The decoder is 141 bytes: https://gist.github.com/mr5z/d3b653ae9b82bb8c4c2501a06f3931c...

    RegPack, a non-standard encoding, but an awesome approach for small chunks (1-4KByte is ideasl) of self contained compressed code, using regular expressions for decoding: https://github.com/Siorki/RegPack

What are some alternatives?

When comparing Crinkler and RegPack you can also consider the following projects:

tinyrenderer - A brief computer graphics / rendering course

micro-lzmadec - Micro LZMA decoder

64klang - Official 64klang repository

roadroller - Roadroller: Flattens Your JavaScript Demo

oneKpaq - PPM compressor with a 128 bytes short decompressor

upx - UPX - the Ultimate Packer for eXecutables

4klang - Official 4klang repository

Blossom - 4K Executable Graphics framework