{"id":24570439,"url":"https://github.com/lucascompython/parking_lot_vs_std","last_synced_at":"2025-03-17T06:49:05.786Z","repository":{"id":271290745,"uuid":"909029261","full_name":"lucascompython/parking_lot_vs_std","owner":"lucascompython","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-06T19:28:03.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T16:19:50.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucascompython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-27T15:19:13.000Z","updated_at":"2025-01-06T19:28:06.000Z","dependencies_parsed_at":"2025-01-08T07:16:23.546Z","dependency_job_id":null,"html_url":"https://github.com/lucascompython/parking_lot_vs_std","commit_stats":null,"previous_names":["lucascompython/parking_lot_vs_std"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fparking_lot_vs_std","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fparking_lot_vs_std/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fparking_lot_vs_std/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucascompython%2Fparking_lot_vs_std/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucascompython","download_url":"https://codeload.github.com/lucascompython/parking_lot_vs_std/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989108,"owners_count":20379648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-23T16:19:53.772Z","updated_at":"2025-03-17T06:49:05.763Z","avatar_url":"https://github.com/lucascompython.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parking_lot vs std syncronization primitives benchmark\n\n## Results\n\n```bash\nparking_lot_mutex_single_thread\n                        time:   [23.603 ns 23.653 ns 23.708 ns]\n\nparking_lot_mutex_multi_thread (4)\n                        time:   [90.583 µs 91.508 µs 92.480 µs]\n\nparking_lot_rwlock_single_thread_read\n                        time:   [23.666 ns 23.738 ns 23.819 ns]\n\nparking_lot_rwlock_single_thread_write\n                        time:   [23.572 ns 23.623 ns 23.682 ns]\n\nparking_lot_rwlock_multi_thread_read (4)\n                        time:   [90.042 µs 90.873 µs 91.736 µs]\n\nparking_lot_rwlock_multi_thread_write (4)\n                        time:   [91.235 µs 92.040 µs 92.893 µs]\n\nparking_lot_mutex_contended (4)\n                        time:   [79.287 µs 80.201 µs 81.167 µs]\n\nparking_lot_rwlock_contended_read (4)\n                        time:   [79.370 µs 80.199 µs 81.072 µs]\n\nparking_lot_rwlock_contended_write (4)\n                        time:   [79.654 µs 80.442 µs 81.266 µs]\n\nparking_lot_barrier     \n                        time:   [91.781 µs 92.598 µs 93.468 µs]\n\nstd_mutex_single_thread \n                        time:   [23.523 ns 23.597 ns 23.677 ns]\n\nstd_mutex_multi_thread (4)\n                        time:   [91.450 µs 92.406 µs 93.441 µs]\n\nstd_rwlock_single_thread_read\n                        time:   [29.475 ns 29.787 ns 30.103 ns]\n\nstd_rwlock_single_thread_write\n                        time:   [23.597 ns 23.664 ns 23.739 ns]\n\nstd_rwlock_multi_thread_read (4)\n                        time:   [90.814 µs 91.621 µs 92.477 µs]\n\nstd_rwlock_multi_thread_write (4)\n                        time:   [92.022 µs 92.841 µs 93.694 µs]\n\nstd_mutex_contended (4) \n                        time:   [80.041 µs 80.988 µs 81.986 µs]\n\nstd_rwlock_contended_read (4)\n                        time:   [81.301 µs 82.246 µs 83.227 µs]\n\nstd_rwlock_contended_write (4)\n                        time:   [80.308 µs 81.113 µs 81.958 µs]\nstd_barrier             \n                        time:   [92.871 µs 93.765 µs 94.742 µs]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fparking_lot_vs_std","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucascompython%2Fparking_lot_vs_std","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucascompython%2Fparking_lot_vs_std/lists"}