Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / mlshort / AssocDataCache

Grad school, Adv Computer Architecture, 4-way associative data cache project. A cache in the primary storage hierarchy contains cache lines that are grouped into sets. If each set contains k lines then we say that the cache is k-way associative. A data request has an address specifying the location of the requested data. Each cache-line sized chunk of data from the lower level can only be placed into one set. The set that it can be placed into depends on its address. This mapping between addresses and sets must have an easy, fast implementation. The fastest implementation involves using just a portion of the address to select the set.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlshort%2FAssocDataCache

Stars: 0
Forks: 0
Open Issues: 0

License: None
Language: C++
Repo Size: 979 KB
Dependencies: pending

Created: over 4 years ago
Updated: over 4 years ago
Last pushed: over 4 years ago
Last synced: 11 months ago

Topics: 4waysetassociative, computer-architecture, cpp11, doxygen-documentation, stl, virtual-memory, visualstudio2017

Files
    Loading...
    Readme
    Loading...