https://github.com/libbum/lfkdtree.jl
LockFree-kD-tree
https://github.com/libbum/lfkdtree.jl
Last synced: 4 months ago
JSON representation
LockFree-kD-tree
- Host: GitHub
- URL: https://github.com/libbum/lfkdtree.jl
- Owner: Libbum
- License: mit
- Created: 2020-11-04T16:53:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T17:16:27.000Z (over 5 years ago)
- Last Synced: 2025-11-21T07:02:52.027Z (7 months ago)
- Language: Julia
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LFkDTree.jl
An implementation of a LockFree-kD-tree, providing `add`, `remove`, `contains` and `NNSearch`.