An open API service indexing awesome lists of open source software.

https://github.com/gsri30/cacheimplementation

A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.
https://github.com/gsri30/cacheimplementation

bitset cache cpp direct-mapped-cache dynamic-size set-associative-cache traces

Last synced: about 1 month ago
JSON representation

A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc.

Awesome Lists containing this project

README

          

Welcome to CacheImplementation 👋



Version

Twitter: SriHarshaG6

> A simple implementation of a Direct Mapped Cache and Set Associative Cache in C++. Supports for different sizes of the cache, block, #ways, etc. The sample trace files are placed in "traces" folder.

## Usage

```sh
g++ *.cpp
./a.out
```

## Author

👤 **Sri Harsha G**

* Website: https://gsri30.github.io/
* Twitter: [@SriHarshaG6](https://twitter.com/SriHarshaG6)
* Github: [@GSri30](https://github.com/GSri30)
* LinkedIn: [@https:\/\/www.linkedin.com\/in\/sri-harsha-g-15534a18a](https://linkedin.com/in/https:\/\/www.linkedin.com\/in\/sri-harsha-g-15534a18a)

## Show your support

Give a ⭐️ if this project helped you!