{"id":27058856,"url":"https://github.com/mahmoudasem337/bufferpoolmanager","last_synced_at":"2026-04-29T07:35:05.530Z","repository":{"id":285356255,"uuid":"957835866","full_name":"mahmoudasem337/BufferPoolManager","owner":"mahmoudasem337","description":"Buffer Pool Manager handle data movement between dbms and disk.","archived":false,"fork":false,"pushed_at":"2025-06-07T00:06:28.000Z","size":1102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T23:06:15.366Z","etag":null,"topics":["bufferpool","database","dbms-project"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahmoudasem337.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-31T08:03:11.000Z","updated_at":"2025-06-07T00:06:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"148b30e9-60a8-45e4-a1e7-c02c7351ef0c","html_url":"https://github.com/mahmoudasem337/BufferPoolManager","commit_stats":null,"previous_names":["mahmoudasem337/bufferpoolmanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mahmoudasem337/BufferPoolManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudasem337%2FBufferPoolManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudasem337%2FBufferPoolManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudasem337%2FBufferPoolManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudasem337%2FBufferPoolManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahmoudasem337","download_url":"https://codeload.github.com/mahmoudasem337/BufferPoolManager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahmoudasem337%2FBufferPoolManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32416146,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bufferpool","database","dbms-project"],"created_at":"2025-04-05T12:17:20.650Z","updated_at":"2026-04-29T07:35:05.514Z","avatar_url":"https://github.com/mahmoudasem337.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buffer Pool Manager\n\n\n## Overview\nThis project implements a **Buffer Pool Manager** with **LRU-K page replacement** and a **Disk Scheduler** in Java. It manages memory pages, handles concurrency, and efficiently schedules disk I/O operations.\n\n\n## High Level Design\n![bpm drawio_815644c9](https://github.com/user-attachments/assets/fb9de0bd-8622-4788-aca5-0e68ef4c99dd)\n\n## Features\n- **Buffer Pool Manager**: Manages fixed-size memory frames, acts as in-memory cache for read/write operations from disk.\n- **LRU-K Replacement Policy**: Tracks the *K*-th most recent accesses for eviction decisions.\n- **Disk Manager**: Handles reading and writing pages to the disk.\n- **Disk Scheduler**: Manages I/O operations in a background worker thread.\n\n## Installation\n```sh\ngit clone https://github.com/yourusername/buffer-pool-manager.git\ncd buffer-pool-manager\nmvn clean install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoudasem337%2Fbufferpoolmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahmoudasem337%2Fbufferpoolmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahmoudasem337%2Fbufferpoolmanager/lists"}