Home > Limited-Concurrent-QuadTree

Limited-Concurrent-QuadTree

Limited-Concurrent-QuadTree is a project mainly written in Java, it's free.

An implementation of a quad tree allowing concurrent writes

This project contains an experimental, but useful, Concurrent Quad-Tree implementation. It was originally intended to support the generation of random maps of non-overlapping circles. On my i7 quad-core laptop it can insert circles at up to four times the rate over single threaded mode. So it wasn't too bad.

Previous:OS-Kernel