Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Multi-Tiered Caching (MTC) algorithm #1852

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

AshmitaBarthwal
Copy link
Contributor

The Multi-Tiered Caching (MTC) algorithm is a caching strategy that improves data retrieval by storing frequently accessed data in faster, higher-priority caches (e.g., L1). As data access patterns change, the MTC algorithm moves data between different cache levels, such as from L2 to L1, based on usage frequency. This approach optimizes memory utilization and minimizes access time, making it suitable for high-performance systems handling large datasets.

@AshmitaBarthwal
Copy link
Contributor Author

@pankaj-bind Please Review my PR.

@pankaj-bind pankaj-bind merged commit 762ae87 into AlgoGenesis:main Nov 10, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants