https://github.com/sfackler/exponential-decay-histogram
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.7%) to scientific vocabulary
Keywords from Contributors
serializer
xunit-framework
xunit-test
parallel
optimizer
annotation
genomics
data-structures
standards
plagiarism-checker
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: sfackler
- License: apache-2.0
- Language: Rust
- Default Branch: master
- Size: 65.4 KB
Statistics
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 1
- Releases: 14
Created about 9 years ago
· Last pushed 12 months ago
Metadata Files
Readme
License
README.md
exponential-decay-histogram
A histogram which exponentially weights in favor of recent values.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (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.
Owner
- Name: Steven Fackler
- Login: sfackler
- Kind: user
- Company: @palantir
- Repositories: 155
- Profile: https://github.com/sfackler
GitHub Events
Total
- Release event: 2
- Watch event: 1
- Delete event: 3
- Push event: 9
- Pull request event: 8
- Create event: 5
Last Year
- Release event: 2
- Watch event: 1
- Delete event: 3
- Push event: 9
- Pull request event: 8
- Create event: 5
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Steven Fackler | s****r@g****m | 63 |
| dependabot[bot] | 4****] | 8 |
| dependabot-preview[bot] | 2****] | 1 |
| Ning Sun | s****g@p****m | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 15
- Average time to close issues: about 2 hours
- Average time to close pull requests: about 4 hours
- Total issue authors: 1
- Total pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.2
- Merged pull requests: 13
- Bot issues: 1
- Bot pull requests: 11
Past Year
- Issues: 1
- Pull requests: 8
- Average time to close issues: about 2 hours
- Average time to close pull requests: about 2 hours
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 1
- Bot pull requests: 6
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (10)
- sfackler (3)
- sunng87 (1)
- dependabot-preview[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (11)
rust (3)
Packages
- Total packages: 1
-
Total downloads:
- cargo 198,574 total
- Total dependent packages: 3
- Total dependent repositories: 6
- Total versions: 14
- Total maintainers: 1
crates.io: exponential-decay-histogram
A histogram which exponentially weights in favor of recent values
- Documentation: https://docs.rs/exponential-decay-histogram/
- License: MIT OR Apache-2.0
-
Latest release: 0.1.13
published over 1 year ago
Rankings
Downloads: 7.8%
Dependent packages count: 9.2%
Dependent repos count: 9.2%
Average: 18.5%
Stargazers count: 25.8%
Forks count: 40.6%
Maintainers (1)
Last synced:
11 months ago
Dependencies
Cargo.toml
cargo
- criterion 0.3 development
- ordered-float 3.0
- rand 0.8
.github/workflows/ci.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite