
fetch reads on fopen. Should really try to do a chunked read and do it that way if possible
(lift code from wdfs) this could vastly reduce memory requirments.

should have a background sweeper to free unreferenced nodes from time to time.

need reference counts

should run multithreaded (maybe).

perhaps this whole thing is silly and should be built on top of 9pfile...

