An open API service for producing an overview of a list of open source projects.

https://github.com/Amanieu/parking_lot

Score: 34.86196058178783

Last synced: about 10 hours ago
JSON representation

Repository metadata:

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


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 21 hours ago

Total Commits: 710
Total Committers: 126
Avg Commits per committer: 5.635
Development Distribution Score (DDS): 0.604

Commits in past year: 18
Committers in past year: 11
Avg Commits per committer in past year: 1.636
Development Distribution Score (DDS) in past year: 0.778

Name Email Commits
Amanieu d'Antras a****u@g****m 281
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
not_a_seagull n****8@g****m 10
Bruce Mitchener b****r@g****m 10
R. Andrew Ohana a****a@g****m 8
Sola d****v@s****e 6
Lochlann Andrews l****a@p****e 6
XAMPPRocky 4****y 6
Bryan Hitchcock b****c@g****m 5
Christopher Serr c****r@g****m 5
Paulo p****z@p****r 5
Ralf Jung p****t@r****e 5
Taiki Endo t****9@g****m 5
Thomas Schaller t****y@g****m 5
Thomas Bächler t****r@g****e 5
Benoît du Garreau b****m@o****m 4
Jake Shadle j****e@e****m 4
messense m****e@i****m 4
Orson Peters o****s@g****m 3
Val Markovic v****l@m****o 3
arthurprs a****s@g****m 3
n7377747 n****7@g****m 3
Matt Brubeck m****k@l****t 3
peamaeq z****y@1****m 3
Mara Bos m****e@m****e 3
Malo Jaffré j****o@g****m 3
Laurence Tratt l****e@t****t 3
and 96 more...

Issue and Pull Request metadata

Last synced: about 20 hours ago

Total issues: 107
Total pull requests: 168
Average time to close issues: about 2 months
Average time to close pull requests: about 1 month
Total issue authors: 102
Total pull request authors: 90
Average comments per issue: 3.09
Average comments per pull request: 1.23
Merged pull request: 115
Bot issues: 0
Bot pull requests: 5

Past year issues: 15
Past year pull requests: 29
Past year average time to close issues: 18 days
Past year average time to close pull requests: about 1 month
Past year issue authors: 15
Past year pull request authors: 20
Past year average comments per issue: 2.73
Past year average comments per pull request: 0.79
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 1

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/Amanieu/parking_lot

Top Issue Authors

  • mahkoh (3)
  • jqnatividad (2)
  • agourlay (2)
  • Vurich (2)
  • ancwrd1 (1)
  • sorcio (1)
  • rsofista (1)
  • DavisVaughan (1)
  • enricozb (1)
  • JackThomson2 (1)
  • lucassardois (1)
  • pitdicker (1)
  • mmulli (1)
  • wabain (1)
  • koute (1)

Top Pull Request Authors

  • Amanieu (18)
  • waywardmonkeys (8)
  • github-actions[bot] (5)
  • a1phyr (4)
  • notgull (4)
  • taiki-e (4)
  • n7377747 (3)
  • BusyJay (3)
  • kennykerr (3)
  • pingzhaozz (3)
  • alex (3)
  • RalfJung (3)
  • bushrat011899 (3)
  • SFBdragon (2)
  • Jules-Bertholet (2)

Top Issue Labels

Top Pull Request Labels


Package metadata

crates.io: 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.5 (published 11 months ago)
  • Last Synced: 2026-08-25T10:02:59.268Z (1 day ago)
  • Versions: 58
  • Dependent Packages: 2,852
  • Dependent Repositories: 56,752
  • Downloads: 1,014,660,257 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)
crates.io: lock_api

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

crates.io: 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.12 (published 11 months ago)
  • Last Synced: 2026-08-25T10:03:01.253Z (1 day ago)
  • Versions: 53
  • Dependent Packages: 26
  • Dependent Repositories: 54,879
  • Downloads: 1,042,318,854 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/release-plz.yml actions
  • actions/checkout v4 composite
  • dtolnay/rust-toolchain stable composite
  • release-plz/action v0.5 composite
.github/workflows/rust.yml actions
  • actions/checkout v3 composite
benchmark/Cargo.toml cargo
core/Cargo.toml cargo
lock_api/Cargo.toml cargo