Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/peermaps/bkd-tree.rs

bkd tree implementation in rust
https://github.com/peermaps/bkd-tree.rs

partly working, but missing some docs

7f6bf94d0ce5e5d34517ed6dab13c166ccee2833 authored about 6 years ago by substack <[email protected]>
error in query iterator, query_step structure

25ed5bb457444af89a3cf30ad55e750920081fa7 authored about 6 years ago by substack <[email protected]>
copies tree data but the construction indexes are probably wrong

5e69870ed252278f16d19edaabb68ed102156536 authored about 6 years ago by substack <[email protected]>
remove unused code and clean up error messages

7a3acc55baa7f7b7e875830ace884c02b2edc298 authored about 6 years ago by substack <[email protected]>
much faster version storing a buffer in memory for the tree data

1b5d8a4d322c81b3bd1229d45bcd3a9a9450fe78 authored about 6 years ago by substack <[email protected]>
fix writing slowly to trees

570cea0bdcfd67a5de66e7cce4afd62416f69740 authored about 6 years ago by substack <[email protected]>
build tree data slowly

9d916ff2f68e00c4c00aa90805bb44b06929462e authored about 6 years ago by substack <[email protected]>
save metadata to disk

65f145b17d6489e17b235ffb6634b538d9cccdf3 authored about 6 years ago by substack <[email protected]>
persistent staging results

fed0beea906d6a6ae04e57910f57747bb4b7ea39 authored about 6 years ago by substack <[email protected]>
show query results from staging

1490fd49253ac207aa5949120e92a3681c6519a2 authored about 6 years ago by substack <[email protected]>
row insert and delete builders to avoid pushing phantom data to the interface

a6af1943e2a5d545c729759d7cf570c09bb90157 authored about 6 years ago by substack <[email protected]>
packs with generic point types including arrays and tuples but the interface requires phantom data

a974c42a35da3c0c41fe6cd13100e94a4ca40ef3 authored about 6 years ago by substack <[email protected]>
interfaces with add and pack for staging

3090d989cdedc9fd67e6d268cc6f11288c735e52 authored about 6 years ago by substack <[email protected]>