Meetup: http://bit.ly/1GqLaHG
Paper: http://bit.ly/1ff8AXK
Slides: http://bit.ly/1SkIRLK
Video: http://bit.ly/1QQaw9T
--------------------------------------------------------------------------------------------------------
Sponsored by Two Sigma (@twosigma), The Ladders (@TheLaddersDev).
--------------------------------------------------------------------------------------------------------
Description
------------------
Multicore systems are ubiquitous but modern concurrent programming techniques still do not see wide-spread adoption. Most concurrent software (developed in low-level languages) still relies on error-prone and unscalable memory management techniques for correctness despite the introduction of superior methods over 30 years ago. Safe memory reclamation allows for performant and robust memory management that is also suitable for advanced concurrent programming techniques such as non-blocking synchronization. If properly used, safe memory reclamation...
Comments