i don't think 10ms is feasible without a performan...
# development
w
i don't think 10ms is feasible without a performance impact currently... i switched the graph Mutex to a RwLock, but every
Context::get
call needs write access to the graph, and i think those end up getting blocked on the walks