| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-10-30 | Change load factor of concur. set from 0.5 to 0.75 (#15007) | Luke Gruber |
| 2025-10-15 | Use explicit memory orders in concurrent_set | John Hawthorn |
| 2025-10-10 | Add ASSERT_vm_locking_with_barrier | John Hawthorn |
| 2025-09-10 | Allow concurrent_set to be collected in minor GC | John Hawthorn |
| 2025-07-22 | Fix missing increment of deleted_entries | Kunshan Wang |
| 2025-07-21 | Don't rehash on retry in concurrent set | Peter Zhu |
| 2025-07-21 | Introduce free function to rb_concurrent_set_funcs | Peter Zhu |
| 2025-07-21 | Don't call cmp on garbage objects | Peter Zhu |
| 2025-07-21 | Convert global symbol table to concurrent set | Peter Zhu |
| 2025-07-21 | Add rb_concurrent_set_find | Peter Zhu |
| 2025-07-21 | Add rb_concurrent_set_size | Peter Zhu |
| 2025-07-21 | Skip garbage check for special consts in concurrent set | Peter Zhu |
| 2025-07-18 | Fix size assertion in concurrent set resizing | Peter Zhu |
| 2025-07-15 | Make rb_concurrent_set_funcs const | Peter Zhu |
| 2025-07-07 | Rename `ractor_safe_set` into `concurrent_set` | Jean Boussier |
