ruby/include
Jean Boussier b5575a80bc Reduce Object#object_id contention.
If the object isn't shareable and already has a object_id
we can access it without a lock.

If we need to generate an ID, we may need to lock to find
the child shape.

We also generate the next `object_id` using atomics.
2025-05-14 14:41:46 +02:00
..
ruby Reduce Object#object_id contention. 2025-05-14 14:41:46 +02:00
ruby.h include/ruby.h: skip doxygen 2021-09-10 20:00:06 +09:00