laforge49 / aatree

Immutable AA Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file save and load

laforge49 opened this issue · comments

Add support for simple file load and save. Include examples with and without checksums.

Load and save methods added to core. Basic example is done and added to the wiki. Still need to do checksum example(s).

We now have a basic save/load example and one using Adler32. Next is to write a 256-bit high-performance checksum similar to that used by zfs and datomic.

256-bit checksum example added to wiki. All done.