aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/concurrency/lock_free_programming.md
diff options
context:
space:
mode:
authorEduardo Julian2022-07-01 18:53:58 -0400
committerEduardo Julian2022-07-01 18:53:58 -0400
commit104130efba46a875eba566384578f8aa8593ad37 (patch)
treeb538fabc8b8a44a37b1806092b3f17a764fc73f2 /documentation/bookmark/concurrency/lock_free_programming.md
parenta8d76e48df01d0f5326faa8456797f91cb2cbeba (diff)
Moved "lux/macro/code" to "lux/meta/code".
Diffstat (limited to 'documentation/bookmark/concurrency/lock_free_programming.md')
-rw-r--r--documentation/bookmark/concurrency/lock_free_programming.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/bookmark/concurrency/lock_free_programming.md b/documentation/bookmark/concurrency/lock_free_programming.md
index d904c8841..7a64aa21f 100644
--- a/documentation/bookmark/concurrency/lock_free_programming.md
+++ b/documentation/bookmark/concurrency/lock_free_programming.md
@@ -1,5 +1,7 @@
# Reference
+0. []()
+0. [Handling Concurrency Without Locks: How to not let concurrency cripple your system](https://hakibenita.com/django-concurrency)
0. [Nonblocking Algorithms and Scalable Multicore Programming: Exploring some alternatives to lock-based synchronization](https://queue.acm.org/detail.cfm?id=2492433)
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)