Skip to content
#

thread-local

Here are 20 public repositories matching this topic...

A hands-on Java Project Loom showcase built with Spring Boot microservices, to show Virtual Threads, Structured Concurrency & Scoped Values through a real-world loan origination workflow. Includes concurrent downstream calls, redundant credit-score racing, request correlation, structured task lifecycles, cancellation, & simulated backend latency.

  • Updated Sep 12, 2026
  • Java

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++

Java Selenium TestNG e-commerce UI automation framework implementing POM, data-driven testing, parallel execution, ExtentReports and GitHub Actions CI.

  • Updated Sep 16, 2026
  • JavaScript

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