Skip to content

v1.0.0

Compare
Choose a tag to compare
@muditbhargava66 muditbhargava66 released this 12 Mar 17:01
· 9 commits to main since this release

Cache Simulator v1.0.0

We're excited to announce the first official release of our Cache Simulator!

This release includes:

  • Complete cache hierarchy simulation with L1 and L2 caches
  • Advanced prefetching algorithms including:
    • Stream buffer prefetching
    • Stride-based prefetching
    • Adaptive prefetching with dynamic strategy adjustment
  • Full MESI coherence protocol implementation
  • Comprehensive statistics tracking
  • Modular architecture with proper C++ design patterns
  • Extensive unit tests and validation
  • CMake build system

The simulator provides detailed insights into cache behavior and can be configured with various parameters to model different cache architectures.

See the CHANGELOG.md for complete details of what's included in this release.