Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdulaziz-hassan/cpu-cache-system_prolog

A successful implementation of a simplified CPU cache system in SWI Prolog and takes advantage of the Logic Programming Paradigm
https://github.com/abdulaziz-hassan/cpu-cache-system_prolog

logic-programming prolog

Last synced: 6 days ago
JSON representation

A successful implementation of a simplified CPU cache system in SWI Prolog and takes advantage of the Logic Programming Paradigm

Awesome Lists containing this project

README

        

# CPU-Cache-System

A successful implementation of a simplified
CPU cache system in SWI Prolog and takes advantage of the Logic Programming Paradigm that works by retrieving data (from cache if possible, otherwise
from memory) given the memory addresses of the data and successfully updating
the cache upon the data retrieval.

# Contributors

1. [Abdulaziz Hassan](https://github.com/Abdulaziz-Hassan)
2. [Omar Sherif](https://github.com/omar-sherif9992)
3. [Omar ElMeteny](https://github.com/omar-elmeteny)