https://github.com/moka-rs/moka
cache concurrent-data-structure
Score: 30.298403196576835
Last synced: about 13 hours ago
JSON representation
Repository metadata:
A high performance concurrent caching library for Rust
- Host: GitHub
- URL: https://github.com/moka-rs/moka
- Owner: moka-rs
- License: apache-2.0
- Created: 2020-04-05T17:18:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-08-09T23:17:14.000Z (17 days ago)
- Last Synced: 2026-08-24T09:45:50.127Z (3 days ago)
- Topics: cache, concurrent-data-structure
- Language: Rust
- Homepage:
- Size: 2.9 MB
- Stars: 2,671
- Watchers: 12
- Forks: 126
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Notice: NOTICE
- Claude: CLAUDE.md
-
Funding:
- Github: tatsuya6502
Owner metadata:
- Name: moka-rs
- Login: moka-rs
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/64299028?v=4
- Repositories: 3
- Last Synced at: 2023-03-04T01:58:54.994Z
- Profile URL: https://github.com/moka-rs
GitHub Events
Total
- Create event: 47
- Delete event: 42
- Fork event: 21
- Issue comment event: 172
- Issues event: 49
- Pull request event: 110
- Pull request review comment event: 30
- Pull request review event: 96
- Push event: 100
- Release event: 2
- Watch event: 562
- Total: 1231
Last Year
- Create event: 20
- Delete event: 17
- Fork event: 6
- Issue comment event: 50
- Issues event: 13
- Pull request event: 44
- Pull request review comment event: 27
- Pull request review event: 54
- Push event: 40
- Release event: 2
- Watch event: 141
- Total: 414
Committers metadata
Last synced: 7 days ago
Total Commits: 1,173
Total Committers: 38
Avg Commits per committer: 30.868
Development Distribution Score (DDS): 0.061
Commits in past year: 88
Committers in past year: 13
Avg Commits per committer in past year: 6.769
Development Distribution Score (DDS) in past year: 0.17
| Name | Commits | |
|---|---|---|
| Tatsuya Kawano | t****a@h****g | 1101 |
| Yuri Astrakhan | Y****n@g****m | 10 |
| Arpad Borsos | s****m@s****e | 8 |
| Milo | 5****9 | 4 |
| Peter C. S. Scholtens | p****s@f****l | 4 |
| Ido Barkan | i****o@a****m | 3 |
| LMJW | h****g@g****m | 3 |
| Yun Zhou | y****u@p****m | 3 |
| messense | m****e@i****m | 2 |
| Xue Haonan | x****7@g****m | 2 |
| Benjamin A. Beasley | c****e@m****t | 2 |
| Ben Kimock | k****b@g****m | 2 |
| Arthur Silva | a****s@g****m | 2 |
| Anton Yemelyanov | a****v@g****m | 2 |
| Yuchen Wu | e****r@g****m | 2 |
| Alexander Kjäll | a****l@g****m | 1 |
| Artur Corrêa Souza | a****r@g****m | 1 |
| Belousov Maksim | m****l@s****e | 1 |
| Christian Haynes | 0****s@g****m | 1 |
| ty | z****o | 1 |
| quantpoet | q****y@o****m | 1 |
| qti3e | i****@p****o | 1 |
| koushiro | k****x@g****m | 1 |
| jiangzhe | n****e@g****m | 1 |
| fossabot | b****s@f****o | 1 |
| Thomas Eizinger | t****s@e****o | 1 |
| Paolo Barbolini | p****o@p****g | 1 |
| MATILLAT Quentin | q****t@g****m | 1 |
| Karan Kurbur | k****r@g****m | 1 |
| Johannes Hostert | j****t@e****h | 1 |
| and 8 more... | ||
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 135
Total pull requests: 300
Average time to close issues: 4 months
Average time to close pull requests: 13 days
Total issue authors: 76
Total pull request authors: 28
Average comments per issue: 2.81
Average comments per pull request: 0.89
Merged pull request: 261
Bot issues: 3
Bot pull requests: 1
Past year issues: 9
Past year pull requests: 20
Past year average time to close issues: 28 days
Past year average time to close pull requests: 11 days
Past year issue authors: 9
Past year pull request authors: 8
Past year average comments per issue: 0.89
Past year average comments per pull request: 1.4
Past year merged pull request: 8
Past year bot issues: 1
Past year bot pull requests: 0
Top Issue Authors
- tatsuya6502 (46)
- github-actions[bot] (3)
- peter-scholtens (3)
- Swatinem (3)
- LMJW (2)
- niklasf (2)
- conradludgate (2)
- unikzforce (2)
- fwojtan (2)
- yanns (2)
- Millione (2)
- arifd (2)
- cubicYYY (1)
- ShiromMakkad (1)
- milenkovicm (1)
Top Pull Request Authors
- tatsuya6502 (243)
- Swatinem (6)
- nyurik (5)
- peter-scholtens (4)
- brownjohnf (4)
- musicinmybrain (3)
- koushiro (2)
- LMJW (2)
- xuehaonan27 (2)
- kxxt (2)
- zonyitoo (2)
- thomaseizinger (2)
- Expyron (2)
- qti3e (2)
- aspect (2)
Top Issue Labels
- enhancement (22)
- question (17)
- bug (17)
- documentation (4)
- help wanted (1)
- security (1)
Top Pull Request Labels
- enhancement (30)
- bug (23)
- documentation (20)
Package metadata
- Total packages: 2
-
Total downloads:
- cargo: 115,038,263 total
- Total docker downloads: 23,284,199
- Total dependent packages: 100 (may contain duplicates)
- Total dependent repositories: 648 (may contain duplicates)
- Total versions: 136
- Total maintainers: 1
crates.io: moka
A fast and concurrent cache library inspired by Java Caffeine
- Homepage:
- Documentation: https://docs.rs/moka/
- Licenses: (MIT OR Apache-2.0) AND Apache-2.0
- Latest release: 0.12.16 (published 17 days ago)
- Last Synced: 2026-08-25T10:01:37.619Z (1 day ago)
- Versions: 68
- Dependent Packages: 100
- Dependent Repositories: 648
- Downloads: 115,038,263 Total
- Docker Downloads: 23,284,199
-
Rankings:
- Dependent packages count: 0.722%
- Downloads: 1.184%
- Dependent repos count: 1.632%
- Average: 3.709%
- Docker downloads count: 4.398%
- Stargazers count: 4.959%
- Forks count: 9.358%
- Maintainers (1)
proxy.golang.org: github.com/moka-rs/moka
- Homepage:
- Documentation: https://pkg.go.dev/github.com/moka-rs/moka#section-documentation
- Licenses: apache-2.0
- Latest release: v0.12.16 (published 17 days ago)
- Last Synced: 2026-08-25T10:01:36.731Z (1 day ago)
- Versions: 68
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.521%
- Average: 6.74%
- Dependent repos count: 6.959%
Dependencies
- Swatinem/rust-cache v1 composite
- actions-rs/audit-check v1 composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- Swatinem/rust-cache v1 composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- actions/checkout v3 composite
- model-checking/kani-github-action v0.28 composite
- Swatinem/rust-cache v1 composite
- actions-rs/cargo v1 composite
- actions-rs/clippy-check v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- Swatinem/rust-cache v1 composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- Swatinem/rust-cache v1 composite
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- actix-rt 2.8 development
- ahash 0.8.3 development
- anyhow 1.0.19 development
- async-std 1.11 development
- env_logger 0.10.0 development
- getrandom 0.2 development
- paste 1.0.9 development
- reqwest 0.11.11 development
- skeptic 0.13 development
- tokio 1.19 development
- async-lock 2.4
- async-trait 0.1.58
- crossbeam-channel 0.5.5
- crossbeam-epoch 0.9.9
- crossbeam-utils 0.8
- futures-util 0.3.17
- log 0.4
- once_cell 1.7
- parking_lot 0.12
- quanta 0.11.0
- smallvec 1.8
- tagptr 0.2
- thiserror 1.0
- triomphe 0.1.3
- uuid 1.1
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
- fkirc/skip-duplicate-actions v5 composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
- fkirc/skip-duplicate-actions v5 composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
- fkirc/skip-duplicate-actions v5 composite
- actions/checkout v4 composite
- dtolnay/rust-toolchain master composite
- actions/checkout v4 composite
- codecov/codecov-action v4 composite
- dtolnay/rust-toolchain master composite
- taiki-e/install-action cargo-llvm-cov composite