wordle-trie-packing

Wordle clones are everywhere, but who is thinking about the bandwidth? (by adamcw)

Wordle-trie-packing Alternatives

Similar projects and alternatives to wordle-trie-packing

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better wordle-trie-packing alternative or higher similarity.

wordle-trie-packing reviews and mentions

Posts with mentions or reviews of wordle-trie-packing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-19.
  • Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes
    12 projects | news.ycombinator.com | 19 Feb 2022
    ```

    Doing this, and then doing the variable length encoding I got the file down to 13,181 bytes (it was 13,180 bytes, but I needed to add a 7 bit termination string so that you can properly decode the file after you write it to disk, otherwise when the file rounds to the nearest byte you have random 0s that get decoded).

    I'm sure with some twiddling of the alphabets some more you could save a few more bytes, but this does better than both Brotli on a ASCII trie and the Huffman Trie by almost 1KB (https://github.com/adamcw/wordle-trie-packing#all-words), so I'm very happy.

Stats

Basic wordle-trie-packing repo stats
5
2
4.7
over 2 years ago

adamcw/wordle-trie-packing is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of wordle-trie-packing is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com