blalger / golang-prquadtree

This is a basic PR (point region) quad tree implemented in golang. It is not threadsafe and the delete functionality is half implemented and possibly suspect. This was my first attempt in playing with golang and I lost interest before true completion, but still sharing it here.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This is a basic PR (point region) quad tree implemented in golang. It is not threadsafe and the delete functionality is half implemented and possibly suspect. This was my first attempt in playing with golang and I lost interest before true completion, but still sharing it here.

License:GNU General Public License v2.0


Languages

Language:Go 100.0%