0xmichalis / chiapos

🍃 Chia's initial Proof of Space implementation
Other
26 stars 9 forks source link

Replace hex plot encoding with something more performant #9

Open 0xmichalis opened 4 years ago

0xmichalis commented 4 years ago

hex encoding takes up twice the necessary space for an entry.

Maybe flatbuffers can be used here: https://google.github.io/flatbuffers/