A library for generating Voronoi diagrams in parallel in Rust.
Project description
Voronoids
A parallel code to compute Voronoi diagram for future cosmological surveys
Todo
- Optimize identify non-conflict points in parallel version. Currently, we check every pair of points within the set of vertices through indexing. But I think there might be gain in recording the boundary of the sites, and just use a n-box intersection algorithm.
- Optimize computing sphere volume and radius
- Optimize construction of neighbor relationship between the newly established points.
- Pipelining threads. Currently, there is a lot of dead time between pushing data into the new tree and computing. It would be nice to separate them using channel.
- Parallel insertion? For non-conflict points, the number of vertices and simplicies are known ahead of time. So it should be possible to partition the memory and insert them in parallel. For a vector of set of conflict points, the number of simplicies being inserted probably cannot be determined ahead of time. But the respective part of the tree are independent, so maybe it can be done?
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file voronoids-0.1.0-cp310-cp310-manylinux_2_34_x86_64.whl
.
File metadata
- Download URL: voronoids-0.1.0-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9b36a0ad4315f6d07ff3d51c32025e70019e0c9dfbb75587d50c847079fc445 |
|
MD5 | 174813f94329d51f9030ce49ebf82ade |
|
BLAKE2b-256 | 73e1c5a70daf2191ddae9ac293814718bb23918ae1fbebadfec866576c1d97da |