Live data from Hacker News

Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes

alexanderpruss.blogspot.com

1–10 of 170 posts

Re: Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes

#2
> I don’t have a good feel for how fast the Game Boy runs, so I did a bit of speed optimization.

This sounds like a very wrong approach to optimization. I mean, if you don't know exactly what and how to optimize, or if there's a need for optimization at all, then what are you doing?

Re: Game Boy Wordle clone: How to compress 12972 five-letter words to 17871 bytes

#10

Why use one byte for each character? Why not 3 bytes per word?

Please see step 2.

> Step 2: Each four letter “word” (or tail of a word) can be stored with 5 bits per letter, thereby yielding a 20 bit unsigned integer.

Post reply on HN