6 ms·
I think your project is really cool (perhaps because I've been working on a graph database (Neo4J-compatible) in Rust to learn it, so I understand your motivati
by halffullbrain 7y ago
I think your project is really cool (perhaps because I've been working on a graph database (Neo4J-compatible) in Rust to learn it, so I understand your motivations...)
While doing that, I came across the 'sled' crate as a wait-free KV-store. If does blocking I/O, though, but it might serve as a starting point for working on the storage side of things. As it uses traits to express the interface, I'm not sure it could be made asyncable using the current language features.
I'll definitely been looking at how you did the async parts.