{"id":13599810,"url":"https://github.com/ibraheemdev/papaya","last_synced_at":"2025-05-14T08:07:44.558Z","repository":{"id":209229724,"uuid":"720989931","full_name":"ibraheemdev/papaya","owner":"ibraheemdev","description":"A fast and ergonomic concurrent hashmap for read-heavy workloads.","archived":false,"fork":false,"pushed_at":"2025-03-14T13:04:40.000Z","size":418,"stargazers_count":696,"open_issues_count":9,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T14:53:17.886Z","etag":null,"topics":["concurrent","hashmap","hashtable"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibraheemdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-20T05:59:21.000Z","updated_at":"2025-04-12T14:32:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6ccb7aa-f85c-4dce-b28c-4610ada3eb27","html_url":"https://github.com/ibraheemdev/papaya","commit_stats":null,"previous_names":["ibraheemdev/cliff-map","ibraheemdev/papaya"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibraheemdev%2Fpapaya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibraheemdev%2Fpapaya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibraheemdev%2Fpapaya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibraheemdev%2Fpapaya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibraheemdev","download_url":"https://codeload.github.com/ibraheemdev/papaya/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101557,"owners_count":22014908,"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":["concurrent","hashmap","hashtable"],"created_at":"2024-08-01T17:01:12.218Z","updated_at":"2025-05-14T08:07:39.549Z","avatar_url":"https://github.com/ibraheemdev.png","language":"Rust","readme":"# `papaya`\n\n[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/papaya?style=for-the-badge\" height=\"25\"\u003e](https://crates.io/crates/papaya)\n[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github-papaya-blue?style=for-the-badge\" height=\"25\"\u003e](https://github.com/ibraheemdev/papaya)\n[\u003cimg alt=\"docs.rs\" src=\"https://img.shields.io/docsrs/papaya?style=for-the-badge\" height=\"25\"\u003e](https://docs.rs/papaya)\n\nA fast and ergonomic concurrent hash-table for read-heavy workloads.\n\nSee [the documentation](https://docs.rs/papaya/latest) to get started.\n\n## Features\n\n- An ergonomic lock-free API — no more deadlocks!\n- Powerful atomic operations.\n- Seamless usage in async contexts.\n- Extremely scalable, low-latency reads (see [performance](#performance)).\n- Predictable latency across all operations.\n- Efficient memory usage, with garbage collection powered by [`seize`].\n\n## Performance\n\n`papaya` is built with read-heavy workloads in mind. As such, read operations are extremely high throughput and provide consistent performance that scales with concurrency, meaning `papaya` will excel in workloads where reads are more common than writes. In write heavy workloads, `papaya` will still provide competitive performance despite not being it's primary use case. See the [benchmarks] for details.\n\n`papaya` aims to provide predictable and consistent latency across all operations. Most operations are lock-free, and those that aren't only block under rare and constrained conditions. `papaya` also features [incremental resizing]. Predictable latency is an important part of performance that doesn't often show up in benchmarks, but has significant implications for real-world usage.\n\n[benchmarks]: ./BENCHMARKS.md\n[`seize`]: https://github.com/ibraheemdev/seize\n[incremental resizing]: https://docs.rs/papaya/latest/papaya/enum.ResizeMode.html\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibraheemdev%2Fpapaya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibraheemdev%2Fpapaya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibraheemdev%2Fpapaya/lists"}