Skip to content
#

thread-local

Here are 18 public repositories matching this topic...

Examples covering Concurrent Programming in Java using Threads, Atomic Classes, Concurrent Collections, Synchronized blocks, Synchronizers, Locks, Executors Class, Executor Service interface, Runnable, Callable Threads, Deadlocks, Livelocks, ThreadLocal types and CompletableFutures

  • Updated Apr 12, 2026
  • Java

Custom multithreaded C++17 memory allocator: thread-local lock-free pools over a locked central heap, global new/delete override, constexpr compile-time fragmentation detection, and a real-time ImGui visualizer. ~3-4x faster than malloc.

  • Updated Aug 16, 2026
  • C++

Improve this page

Add a description, image, and links to the thread-local topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the thread-local topic, visit your repo's landing page and select "manage topics."

Learn more