awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesBuffer Caches

In-memory caches that store disk blocks to reduce physical I/O operations.

Distinct from Disk Caching Systems: Distinct from Disk Caching Systems: specifically refers to the kernel-level block cache used for filesystem synchronization and performance, not large-scale analysis offloading.

Explore 2 awesome GitHub repositories matching data & databases · Buffer Caches. Refine with filters or upvote what's useful.

Awesome Buffer Caches GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mit-pdos/xv6-publicAvatar mit-pdos

    mit-pdos/xv6-public

    9,466Vezi pe GitHub↗

    xv6 is a Unix-like educational operating system designed for teaching kernel concepts. It is implemented as an instructional kernel for x86 and RISC-V architectures, featuring a virtual memory manager and support for symmetric multiprocessing. The system is designed to demonstrate core OS principles through a simplified re-implementation of Unix Version 6. It provides a controlled environment for studying system calls, trap handling, and process lifecycles. Its capability surface covers process management, including scheduling and context switching, and memory management via page tables for

    Implements a buffer cache to store disk blocks in memory, reducing physical hardware access and synchronizing concurrent reads.

    C
    Vezi pe GitHub↗9,466
  • hashicorp/raftAvatar hashicorp

    hashicorp/raft

    9,037Vezi pe GitHub↗

    This is a Raft consensus library and distributed consensus engine implemented in Go. It provides the primitives necessary to build fault-tolerant distributed services by implementing a replicated state machine that ensures a group of servers agree on a shared system state through leader election and log replication. The project distinguishes itself through a pluggable architecture for storage backends and snapshot storage, decoupling the consensus logic from physical persistence. It includes specialized mechanisms for leadership transfer, protocol version management to support rolling upgrade

    Stores specific log entries in a fast-access ring buffer to reduce read latency from the primary store.

    Go
    Vezi pe GitHub↗9,037
  1. Home
  2. Data & Databases
  3. Disk Caching Systems
  4. Buffer Caches