Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npryce/reservoir-rs
Reservoir sampling (Algorithm R) implemented in Rust
https://github.com/npryce/reservoir-rs
Last synced: 29 days ago
JSON representation
Reservoir sampling (Algorithm R) implemented in Rust
- Host: GitHub
- URL: https://github.com/npryce/reservoir-rs
- Owner: npryce
- License: apache-2.0
- Created: 2015-10-28T14:56:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T20:20:26.000Z (almost 6 years ago)
- Last Synced: 2024-09-21T09:05:43.327Z (about 2 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
Reservoir sampling with Algorithm R implemented in Rust.
[![Build Status](https://travis-ci.org/npryce/reservoir-rs.svg?branch=master)](https://travis-ci.org/npryce/reservoir-rs)
Run `cargo doc` to generate documentation.
## LicenseLicensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.