| ▲ | cyberax 16 hours ago | |
Does it do any refcounting optimizations? Are there any reference counting optimizations like biased counting? One big problem with Python multithreading is that atomic RCs are expensive, so you often don't get as much performance from multiple threads as you expect. But in Swift it's possible to avoid atomics in most cases, I think? | ||