https://github.com/rust-lang/hashbrown
Last synced: 6 days ago
Repository metadata:
Rust port of Google's SwissTable hash map
- Host: GitHub
- URL: https://github.com/rust-lang/hashbrown
- Owner: rust-lang
- License: apache-2.0
- Created: 2018-10-28T21:58:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T00:39:50.000Z (13 days ago)
- Last Synced: 2024-12-13T16:39:13.311Z (9 days ago)
- Language: Rust
- Homepage: https://rust-lang.github.io/hashbrown
- Size: 6.13 MB
- Stars: 2,487
- Watchers: 37
- Forks: 291
- Open Issues: 91
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Owner metadata:
- Name: The Rust Programming Language
- Login: rust-lang
- Email:
- Kind: organization
- Description:
- Website: https://www.rust-lang.org
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5430905?v=4
- Repositories: 197
- Last Synced at: 2023-04-09T06:51:42.850Z
- Profile URL: https://github.com/rust-lang
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 729
Total Committers: 118
Avg Commits per committer: 6.178
Development Distribution Score (DDS): 0.717
Commits in past year: 91
Committers in past year: 23
Avg Commits per committer in past year: 3.957
Development Distribution Score (DDS) in past year: 0.626
Name | Commits | |
---|---|---|
Amanieu d'Antras | a****u@g****m | 206 |
JustForFun88 | 1****8 | 48 |
Markus Westerlind | m****d@d****m | 39 |
JustForFun88 | a****8@g****m | 31 |
Josh Stone | c****r@g****m | 31 |
Ralf Jung | p****t@r****e | 19 |
Jon Gjengset | j****n@t****m | 17 |
Tom Kaitchuck | T****k@g****m | 16 |
Frank Steffahn | f****n@s****e | 15 |
Giacomo Stevanato | g****o@g****m | 15 |
ToMe25 | T****5@g****e | 15 |
Hans Elias B. Josephsen | me@h****m | 13 |
Stiopa Koltsov | s****v@g****m | 12 |
Iwa13 | i****3@l****m | 11 |
Matt Brubeck | m****k@l****t | 11 |
John Kåre Alsaker | j****r@g****m | 11 |
Cole Miller | g****t@c****t | 9 |
gnzlbg | g****8@g****m | 8 |
zakarumych | z****v@i****m | 7 |
seth | r****h@g****m | 7 |
Timothée Haudebourg | t****g@h****r | 6 |
hcpl | h****g@g****m | 6 |
ltdk | u****r@l****z | 6 |
Josh Stone | j****e@r****m | 5 |
Zakarum | z****h@y****u | 5 |
overlookmotel | t****l@g****m | 5 |
Lzu Tao | t****u@g****m | 5 |
Alex Crichton | a****x@a****m | 4 |
Andrew Tribick | a****k@g****m | 4 |
julianknodt | j****t@g****m | 4 |
and 88 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 3
-
Total downloads:
- cargo: 466,061,310 total
- Total docker downloads: 467,029,088
- Total dependent packages: 1,088 (may contain duplicates)
- Total dependent repositories: 59,749 (may contain duplicates)
- Total versions: 52
- Total maintainers: 3
- Total advisories: 1
cargo: hashbrown
A Rust port of Google's SwissTable hash map
- Homepage:
- Documentation: https://docs.rs/hashbrown/
- Licenses: MIT OR Apache-2.0
- Latest release: 0.15.2 (published 27 days ago)
- Last Synced: 2024-12-15T17:00:44.762Z (7 days ago)
- Versions: 49
- Dependent Packages: 1,086
- Dependent Repositories: 59,745
- Downloads: 466,046,641 Total
- Docker Downloads: 467,028,904
-
Rankings:
- Downloads: 0.008%
- Dependent repos count: 0.03%
- Docker downloads count: 0.048%
- Dependent packages count: 0.073%
- Average: 1.05%
- Forks count: 2.796%
- Stargazers count: 3.345%
- Maintainers (1)
- Advisories:
cargo: hashbrown_tstd
A Rust port of Google's SwissTable hash map
- Homepage:
- Documentation: https://docs.rs/hashbrown_tstd/
- Licenses: Apache-2.0/MIT
- Latest release: 0.7.1 (published over 4 years ago)
- Last Synced: 2024-12-13T15:45:16.878Z (9 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 2
- Downloads: 8,484 Total
- Docker Downloads: 184
-
Rankings:
- Forks count: 3.082%
- Stargazers count: 3.394%
- Docker downloads count: 4.517%
- Average: 9.503%
- Dependent repos count: 13.749%
- Dependent packages count: 15.682%
- Downloads: 16.595%
- Maintainers (1)
cargo: dashmap-shard
A Rust port of Google's SwissTable hash map
- Homepage:
- Documentation: https://docs.rs/dashmap-shard/
- Licenses: Apache-2.0/MIT
- Latest release: 0.1.1 (published about 5 years ago)
- Last Synced: 2024-12-13T15:45:19.009Z (9 days ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 2
- Downloads: 6,185 Total
-
Rankings:
- Forks count: 3.082%
- Stargazers count: 3.394%
- Average: 11.55%
- Dependent repos count: 13.749%
- Dependent packages count: 15.682%
- Downloads: 21.844%
- Maintainers (1)
Dependencies
- actions-rs/toolchain v1 composite
- actions/checkout v3 composite
- doc-comment 0.3.1 development
- fnv 1.0.7 development
- lazy_static 1.4 development
- rand 0.8.3 development
- rayon 1.0 development
- serde_test 1.0 development
- ahash 0.8.0
- alloc 1.0.0
- bumpalo 3.5.0
- compiler_builtins 0.1.2
- core 1.0.0
- rayon 1.0
- serde 1.0.25