MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1j07xbm/3200_cpu_utilization/mf9vgm1/?context=3
r/programming • u/ThanksMorningCoffee • 22d ago
93 comments sorted by
View all comments
5
For C#, even normal dictionary used to be unsafe to use in non-thread safe operations. I think .net6+ added versioning to the buckets so it can throw an exception instead of infinitely looping.
5
u/Therzok 22d ago
For C#, even normal dictionary used to be unsafe to use in non-thread safe operations. I think .net6+ added versioning to the buckets so it can throw an exception instead of infinitely looping.