Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulaziz-hassan/cpu-cache-system_haskell
A successful implementation of a simplified CPU cache system in Haskell and takes advantage of the Functional Programming Paradigm
https://github.com/abdulaziz-hassan/cpu-cache-system_haskell
functional-programming haskell
Last synced: 6 days ago
JSON representation
A successful implementation of a simplified CPU cache system in Haskell and takes advantage of the Functional Programming Paradigm
- Host: GitHub
- URL: https://github.com/abdulaziz-hassan/cpu-cache-system_haskell
- Owner: Abdulaziz-Hassan
- Created: 2021-06-20T13:09:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T23:21:37.000Z (over 3 years ago)
- Last Synced: 2024-11-19T20:52:30.674Z (2 months ago)
- Topics: functional-programming, haskell
- Language: Haskell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPU-Cache-System_Haskell
A successful implementation of a simplified CPU cache system in Haskell and takes advantage of the Functional 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)