Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

https://github.com/Amanieu/parking_lot

Last synced: about 5 hours ago

Repository metadata:

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.


Owner metadata:


Committers metadata

Last synced: 1 day ago

Total Commits: 665
Total Committers: 112
Avg Commits per committer: 5.938
Development Distribution Score (DDS): 0.588

Commits in past year: 13
Committers in past year: 12
Avg Commits per committer in past year: 1.083
Development Distribution Score (DDS) in past year: 0.846

Name Email Commits
Amanieu d'Antras a****u@g****m 274
Linus Färnstrand f****n@f****t 135
Cem Karan c****v@m****l 18
David Kellum d****s@g****m 13
Noah 3****8 12
Bruce Mitchener b****r@g****m 10
R. Andrew Ohana a****a@g****m 8
not_a_seagull n****8@g****m 7
XAMPPRocky 4****y 6
Lochlann Andrews l****a@p****e 6
Bryan Hitchcock b****c@g****m 5
Christopher Serr c****r@g****m 5
Thomas Schaller t****y@g****m 5
Thomas Bächler t****r@g****e 5
Taiki Endo t****9@g****m 5
Paulo p****z@p****r 5
messense m****e@i****m 4
Jake Shadle j****e@e****m 4
arthurprs a****s@g****m 3
Val Markovic v****l@m****o 3
Andrew Paseltiner a****r@g****m 3
Matt Brubeck m****k@l****t 3
Mara Bos m****e@m****e 3
Malo Jaffré j****o@g****m 3
Laurence Tratt l****e@t****t 3
Dominic Elm e****c@g****t 3
jtnunley j****1@g****m 3
peamaeq z****y@1****m 3
Alex Gaynor a****r@g****m 3
Aleksey Kladov a****v@g****m 2
and 82 more...

Issue and Pull Request metadata

Last synced: about 5 hours ago


Package metadata

cargo: parking_lot

More compact and efficient implementations of the standard synchronization primitives.

  • Homepage:
  • Documentation: https://docs.rs/parking_lot/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.12.2 (published 7 months ago)
  • Last Synced: 2024-11-08T19:34:11.356Z (1 day ago)
  • Versions: 56
  • Dependent Packages: 2,852
  • Dependent Repositories: 56,752
  • Downloads: 305,569,688 Total
  • Docker Downloads: 52,823,634
  • Rankings:
    • Downloads: 0.02%
    • Dependent packages count: 0.032%
    • Dependent repos count: 0.037%
    • Docker downloads count: 0.066%
    • Average: 1.247%
    • Stargazers count: 3.209%
    • Forks count: 4.117%
  • Maintainers (2)
cargo: lock_api

Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.

cargo: parking_lot_core

An advanced API for creating custom synchronization primitives.

  • Homepage:
  • Documentation: https://docs.rs/parking_lot_core/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.9.10 (published 7 months ago)
  • Last Synced: 2024-10-29T14:47:09.129Z (11 days ago)
  • Versions: 51
  • Dependent Packages: 26
  • Dependent Repositories: 54,879
  • Downloads: 315,664,991 Total
  • Docker Downloads: 53,809,196
  • Rankings:
    • Downloads: 0.016%
    • Docker downloads count: 0.035%
    • Dependent repos count: 0.043%
    • Average: 1.53%
    • Dependent packages count: 1.759%
    • Stargazers count: 3.209%
    • Forks count: 4.117%
  • Maintainers (2)

Dependencies

Cargo.toml cargo
  • bincode 1.3.3 development
  • rand 0.8.3 development
  • lock_api 0.4.6
  • parking_lot_core 0.9.0
.github/workflows/rust.yml actions
  • actions/checkout v3 composite
benchmark/Cargo.toml cargo
core/Cargo.toml cargo
lock_api/Cargo.toml cargo