Current State of Software Transactional Memory in Python?
After a quick search of Hacker News and a Google Search, it seems that the use Software Transactional Memory (STM) in Python was popular in the early 2010s but died out in the past 3 years. What is the current state of STMs in Python? What issues did researchers face?
No comments yet.