diff options
author | Eduardo Julian | 2022-02-12 05:29:58 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-02-12 05:29:58 -0400 |
commit | 8b6d474dd5d2b323d1dba29359460af4708402ea (patch) | |
tree | 32a752dbced8f5620e9f4f57be5b36ef33860f31 /documentation/bookmark | |
parent | 105ab334201646be6b594d3d1215297e3b629a10 (diff) |
Optimizations for the pure-Lux JVM compiler. [Part 2]
Diffstat (limited to 'documentation/bookmark')
-rw-r--r-- | documentation/bookmark/concurrency/lock_free_programming.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/lock_free_programming.md b/documentation/bookmark/concurrency/lock_free_programming.md index 902dbb360..1ee123951 100644 --- a/documentation/bookmark/concurrency/lock_free_programming.md +++ b/documentation/bookmark/concurrency/lock_free_programming.md @@ -1,5 +1,6 @@ # Reference +0. [Design and Implementation of Highly Scalable Quantifiable Data Structures in C++ - CppCon 2021](https://www.youtube.com/watch?v=ECWsLj0pgbI) 0. [Building a Lock-free Multi-producer, Multi-consumer Queue for Tcmalloc - Matt Kulukundis - CppCon 21](https://www.youtube.com/watch?v=_qaKkHuHYE0) 0. [Fear and Loathing in Lock-Free Programming](https://medium.com/@tylerneely/fear-and-loathing-in-lock-free-programming-7158b1cdd50c) 0. [Transactional Memory: Architectural Support for Lock-Free Data Structures](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.491.1948&rep=rep1&type=pdf) |