- Remove use of 64-bit atomics (https://github.com/ibraheemdev/papaya/pull/75).
Unclaimed project
Are you a maintainer of papaya? Claim this project to take control of your public changelog and roadmap.
Changelog
A fast and ergonomic concurrent hashmap for read-heavy workloads.
A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode & Gemini CLI.
Lightweight coding agent that runs in your terminal
An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.
HashMap with key/value types that are aligned to less than 8 bytes. This is likely only relevant on 32-bit platforms (https://github.com/ibraheemdev/papaya/pull/74).HashMap::retain that may lead to memory corruption (https://github.com/ibraheemdev/papaya/issues/63).HashMap::remove_if (https://github.com/ibraheemdev/papaya/pull/59).serde::{Serialize, Deserialize} are now implemented for HashSet (https://github.com/ibraheemdev/papaya/pull/55).HashMap::retain now takes &self instead of the incorrect &mut self (https://github.com/ibraheemdev/papaya/issues/61).