a magical content-addressable filesystem library
- on-disk (also async maybe?)
- in-memory (how do i do allocations, nicely?)
- bring your own hashing algorithm (supported algorithms)
- some form of git compatiblity? could use dumb https, but github doesnt support that. options are,
- figure out and use smart https
- use libgit2
- see if i can fetch individual objects
- clone the entire tree to a temporary directory and repack it back into the store
acid-store has a big ol [UNMAINTAINED] banner.
it may still work but i dont like scary words.