Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abdulaziz-hassan/cpu-cache-system_prolog
- Owner: Abdulaziz-Hassan
- Created: 2021-06-02T14:36:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T23:26:21.000Z (over 3 years ago)
- Last Synced: 2024-11-19T20:52:30.699Z (2 months ago)
- Topics: logic-programming, prolog
- Language: Prolog
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)