Skip to content
#

cache-locality

Here are 12 public repositories matching this topic...

A systems-oriented Data Structures and Algorithms repository focused on computational thinking, memory behavior, runtime systems, and AI infrastructure using C++ and Java. Learn DSA through benchmarking, cache locality, observability, and real execution behavior rather than interview-style memorization.

  • Updated Jun 12, 2026
  • C++

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

Add this topic to your repo

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

Learn more