5 ms·
how did you get it 3 OOMs faster than neo4j?
by lennertjansen 1y ago
how did you get it 3 OOMs faster than neo4j?
- GeorgeCurtis 1y agoPartly because they're working with a monolith that I imagine is difficult to iterate on and it's written in Java. We've had the benefit of working on this in Rust which lets us get really nitty and gritty with different optimisations. My friend who I worked on this with is putting together a technical blog on those graph optimisations so I'll link it here when he's done
- xpe 1y agoOn comparable benchmarks with comparable guarantees? Comparable persistence levels? I’m very skeptical.
- GeorgeCurtis 1y agoLooking forward to putting you at ease :) Working on some proper benchmarks over the next few days.