Karanstr / rust_grid_game

Take 3, fr this time?
0 stars 0 forks source link

Frequency-Based Encoding every n layers #46

Open Karanstr opened 5 days ago

Karanstr commented 5 days ago

Allow for greater encoding by linking a list of absolute indexes (sorted by frequency) to each zorder of n depth at the root, then using the indexes in that list to refer to the absolute indexes. (Extracts metadata out of the actual tree and into this list of (chunks?) parents.