- 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.
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).