[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] [ANNOUNCE] Mirage storage project
I'm also working in this area! At the moment I have a working B-tree implementation (with delete!) and I hope to interface this to ocaml-9p, to provide a remote "persistent map" (KV store) which could be mounted in Linux. Of course, it could also be used directly on the mirage block layer without much further work. Performance is looking very good, primarily because of various optimizations to the B-tree (bulk-insert, caching, delayed write till sync etc). So I am not sure that it is worth starting another project. Ultimately I want to provide a POSIX filesystem interface, via sibylfs. Thanks T On 14 December 2016 at 17:13, Anil Madhavapeddy <anil@xxxxxxxxxx> wrote: On 14 Dec 2016, at 17:09, Gabriel de Perthuis <g2p.code@xxxxxxxxx> wrote: _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |