index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
concurrent_set.c
Age
Commit message (
Expand
)
Author
2025-12-09
Fix typo and shadowing
John Hawthorn
2025-12-09
Attempt to reuse garbage slots in concurrent hash
John Hawthorn
2025-12-09
Use continuation bit in concurrent set
John Hawthorn
2025-12-09
Fixed by `misspell -w -error -source=text`
Hiroshi SHIBATA
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