Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas789 authored Jun 19, 2024
1 parent 8cf923a commit e9a03c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@


# Overview of the Smart Array Implementation

The smart array implementation aims to reduce physical memory waste by sharing physical pages among multiple virtual pages - while at the same time - resolving conflicts during slot allocation, and ensuring efficient access to stored data.
Expand Down Expand Up @@ -90,7 +91,7 @@ Error mechanisms do exists throughout the code and will raise exceptions/errors.

# Organization & Class Functions

### Description of Files, Classes and Key Components
### Description of Files

This project is built/organized using CMake.

Expand Down Expand Up @@ -146,4 +147,4 @@ Tests confirm the robustness and reliability of the smart array implementation,

# Conclusion

The smart array implementation optimizes memory usage, implements efficient conflict resolution strategies, and ensures data integrity during slot allocation and access operations.
The smart array implementation optimizes memory usage, implements efficient conflict resolution strategies, and ensures data integrity during slot allocation and access operations.

0 comments on commit e9a03c2

Please sign in to comment.