#oct-tree #space #3d #algorithm #reference

octree

Octree algorithm for nearest neighbor search in 3D space

2 unstable releases

0.1.0 Mar 10, 2020
0.0.6 Feb 6, 2020

#1977 in Algorithms

Download history 41/week @ 2024-07-27 47/week @ 2024-08-03 45/week @ 2024-08-10 33/week @ 2024-08-17 37/week @ 2024-08-24 44/week @ 2024-08-31 20/week @ 2024-09-07 75/week @ 2024-09-14 71/week @ 2024-09-21 42/week @ 2024-09-28 2/week @ 2024-10-05 25/week @ 2024-10-12 22/week @ 2024-10-19 22/week @ 2024-10-26 24/week @ 2024-11-02 6/week @ 2024-11-09

74 downloads per month
Used in 17 crates (via gchemol-neighbors)

MIT/Apache

1.5MB
545 lines

This is my first crate for learning Rust.

Performance

test data: examples/data/3wu2.xyz, coordinates of 51053 particles extracted from a PDB file 3wu2

img

How to to reproduce

rust-octree (v0.0.6):

RAYON_NUM_THREADS=1 cargo run --example demo --release

scipy-ckdtree(v1.3.2):

ipython> edit scripts/bench.py
ipython> %timeit -n 10 run_test()

Related crates

References

Footnotes

https://www.rcsb.org/structure/3wu2

Dependencies