summaryrefslogtreecommitdiff
path: root/concurrent_set.c
AgeCommit message (Expand)Author
2025-12-09Fix typo and shadowingJohn Hawthorn
2025-12-09Attempt to reuse garbage slots in concurrent hashJohn Hawthorn
2025-12-09Use continuation bit in concurrent setJohn Hawthorn
2025-12-09Fixed by `misspell -w -error -source=text`Hiroshi SHIBATA
2025-10-30Change load factor of concur. set from 0.5 to 0.75 (#15007)Luke Gruber
2025-10-15Use explicit memory orders in concurrent_setJohn Hawthorn
2025-10-10Add ASSERT_vm_locking_with_barrierJohn Hawthorn
2025-09-10Allow concurrent_set to be collected in minor GCJohn Hawthorn
2025-07-22Fix missing increment of deleted_entriesKunshan Wang
2025-07-21Don't rehash on retry in concurrent setPeter Zhu
2025-07-21Introduce free function to rb_concurrent_set_funcsPeter Zhu
2025-07-21Don't call cmp on garbage objectsPeter Zhu
2025-07-21Convert global symbol table to concurrent setPeter Zhu
2025-07-21Add rb_concurrent_set_findPeter Zhu
2025-07-21Add rb_concurrent_set_sizePeter Zhu
2025-07-21Skip garbage check for special consts in concurrent setPeter Zhu
2025-07-18Fix size assertion in concurrent set resizingPeter Zhu
2025-07-15Make rb_concurrent_set_funcs constPeter Zhu
2025-07-07Rename `ractor_safe_set` into `concurrent_set`Jean Boussier