An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io : concurrent_prime_sieve

Tools for generating filters and collections with primes concurrently. Rust implementation of the Sieve of Atkin. This implementation runs in O( sqrt(max_num) + section_size ) (where section_size = max_num - min_num). Integrated with primal for increased speed in some cases.

Registry - Source - Documentation - JSON
purl: pkg:cargo/concurrent_prime_sieve
Keywords: concurrent , math , generator , primes , fast
License: MIT
Latest release: over 8 years ago
First release: over 8 years ago
Dependent repositories: 1
Downloads: 17,532 total
Stars: 1 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago

    Loading...
    Readme
    Loading...