awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

153 repositorios

Awesome GitHub RepositoriesPerformance Caching Systems

Mechanisms for managing memory and disk caching to optimize computational performance.

Distinguishing note: Focuses on model-specific caching and memory allocation.

Explore 153 awesome GitHub repositories matching data & databases · Performance Caching Systems. Refine with filters or upvote what's useful.

Awesome Performance Caching Systems GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • koajs/koaAvatar de koajs

    koajs/koa

    35,713Ver en GitHub↗

    Koa is a lightweight web framework for Node.js designed for building HTTP applications and servers. It functions as an asynchronous middleware engine that processes network requests through a sequence of functions sharing a common context. The framework distinguishes itself by using an onion-model middleware stack and promise-based flow control. This architecture allows requests to flow downstream and responses to flow back upstream through the same chain, enabling non-blocking request cycles and a modular approach to handling network traffic. The system provides high-level capabilities for

    Sets expiration dates and identifiers in response headers to control browser content caching.

    JavaScriptkoa
    Ver en GitHub↗35,713
  • afnetworking/afnetworkingAvatar de AFNetworking

    AFNetworking/AFNetworking

    33,433Ver en GitHub↗

    AFNetworking is an Objective-C networking library for Apple platforms, including iOS, macOS, watchOS, and tvOS. It functions as an HTTP client that manages remote server communication by wrapping the system loading framework to handle requests and responses. The library provides specialized security and identity tools, featuring SSL certificate pinning for server trust validation and the implementation of standardized OAuth authentication flows. It further distinguishes itself with network reachability monitoring to track interface availability and request mocking capabilities to simulate ser

    Stores HTTP responses locally by parsing cache headers and evicting stale entries.

    Objective-C
    Ver en GitHub↗33,433
  • filamentphp/filamentAvatar de filamentphp

    filamentphp/filament

    31,215Ver en GitHub↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Improves performance by pre-compiling UI components and icons to reduce runtime processing overhead.

    PHPadminalpine-jsbuilder
    Ver en GitHub↗31,215
  • openbmb/voxcpmAvatar de OpenBMB

    OpenBMB/VoxCPM

    29,985Ver en GitHub↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Accelerates generation by caching extracted voice characteristics in a local database for repeated use.

    Pythonaudiodeeplearningminicpm
    Ver en GitHub↗29,985
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Ver en GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Reduces GPU memory pressure by offloading cache data to host memory or external storage backends.

    Pythonattentionblackwellcuda
    Ver en GitHub↗29,079
  • nrwl/nxAvatar de nrwl

    nrwl/nx

    28,939Ver en GitHub↗

    This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor

    Defines specific files, environment variables, and outputs that determine task cache validity.

    TypeScriptangularbuildbuild-system
    Ver en GitHub↗28,939
  • fincept-corporation/finceptterminalAvatar de Fincept-Corporation

    Fincept-Corporation/FinceptTerminal

    26,900Ver en GitHub↗

    FinceptTerminal is a quantitative finance platform and financial engineering library designed for asset valuation, risk management, and fixed-income analytics. It provides a comprehensive suite for algorithmic trading and investment strategy automation, integrating specialized language model agents and node-based workflows to automate market research and alpha generation. The project distinguishes itself with a dedicated game theory analysis engine for calculating Nash equilibria and simulating strategic interactions in competitive markets. It also features a specialized credit risk modeling

    Implements computation caching with time-to-live settings to optimize high-cost financial calculations.

    C++bloomberg-terminalcontributions-welcomefinance
    Ver en GitHub↗26,900
  • modular/modularAvatar de modular

    modular/modular

    26,357Ver en GitHub↗

    Modular is a unified machine learning development platform designed for building, compiling, and deploying high-performance neural network models. It provides a comprehensive execution engine that supports both local and production-grade inference, enabling developers to manage the entire model lifecycle from initial architecture definition to scalable, containerized service deployment. The platform distinguishes itself through a hardware-agnostic runtime that abstracts diverse silicon architectures, allowing models to execute efficiently across varied compute environments. It includes a spec

    Manages model caching directories and shared memory allocation to optimize system performance.

    Mojoailanguagemachine-learning
    Ver en GitHub↗26,357
  • drduh/macos-security-and-privacy-guideAvatar de drduh

    drduh/macOS-Security-and-Privacy-Guide

    22,449Ver en GitHub↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    Configures DNS caching to improve network performance and reduce the number of upstream queries.

    appledisk-encryptiondnscrypt-proxy
    Ver en GitHub↗22,449
  • redis/go-redisAvatar de redis

    redis/go-redis

    22,159Ver en GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Retrieves cached responses based on the underlying meaning of prompts using vector embeddings.

    Gogogolangredis
    Ver en GitHub↗22,159
  • necolas/react-native-webAvatar de necolas

    necolas/react-native-web

    22,132Ver en GitHub↗

    This project is a cross-platform user interface framework that maps mobile-native component primitives to standard web elements. It enables developers to build consistent applications that function across both mobile and web environments by providing a unified library of components and shared logic. The framework distinguishes itself through a specialized style engine that converts JavaScript object-based declarations into optimized, scoped CSS at runtime. It also features a responsive layout engine that implements a flexbox-based system, ensuring that interfaces adapt dynamically to differen

    Checks local storage to determine if image assets are cached to optimize loading performance.

    JavaScriptcross-platformcss-in-jsgui-framework
    Ver en GitHub↗22,132
  • wagtail/wagtailAvatar de wagtail

    wagtail/wagtail

    20,366Ver en GitHub↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Integrates with content delivery networks to automatically clear cached pages when content is updated.

    Pythoncmsdjangohacktoberfest
    Ver en GitHub↗20,366
  • lionsoul2014/ip2regionAvatar de lionsoul2014

    lionsoul2014/ip2region

    19,159Ver en GitHub↗

    ip2region is an offline IP geolocation library and framework designed to resolve IPv4 and IPv6 addresses to city-level regional information using local binary data files. It functions as a binary IP database compiler and a cross-language search client, allowing for regional lookups without relying on external APIs. The project distinguishes itself through a specialized binary format that supports high-performance query optimization. It employs adjacent-segment IP merging and deduplicated region storage to minimize the database footprint, while utilizing memory-mapped file caching and vector-i

    Balances query speed and memory usage by choosing between on-demand reads, index caching, or full dataset loading.

    Javaip-addressip-address-databaseip-address-location
    Ver en GitHub↗19,159
  • xiaolincoder/cs-baseAvatar de xiaolincoder

    xiaolincoder/CS-Base

    18,024Ver en GitHub↗

    CS-Base is a comprehensive educational platform and technical repository designed to support software engineers in mastering backend architecture, artificial intelligence engineering, and career development. It functions as a centralized knowledge hub that combines illustrated theoretical tutorials with practical, project-based learning to bridge the gap between foundational computer science concepts and professional industry requirements. The project distinguishes itself by integrating a robust career mentorship framework with advanced AI engineering resources. It provides users with tools f

    Provides multi-level memory caching mechanisms to optimize performance for objects of varying sizes during high-frequency operations.

    ccppgolang
    Ver en GitHub↗18,024
  • snail007/goproxyAvatar de snail007

    snail007/goproxy

    16,874Ver en GitHub↗

    This project is a multi-protocol proxy server and network tunneling tool designed to manage traffic across heterogeneous infrastructure. It functions as a traffic management gateway, providing the core infrastructure to route, filter, and secure network connections through a unified interface. The software distinguishes itself through its support for cascading proxy chaining and dynamic upstream load balancing, which allow for the creation of complex, multi-hop network paths. It provides granular control over traffic flow by normalizing diverse protocols, enabling transparent port forwarding,

    Stores resolved domain addresses from upstream servers to speed up future connection requests and minimize redundant lookups.

    Godns-proxyencryption-proxyhttp
    Ver en GitHub↗16,874
  • kubernetes/kopsAvatar de kubernetes

    kubernetes/kops

    16,631Ver en GitHub↗

    kops is a Kubernetes cluster provisioner and lifecycle manager designed to automate the creation, maintenance, and destruction of production-grade clusters on cloud infrastructure. It functions as a declarative infrastructure manager, synchronizing the live state of a cluster with versioned manifests stored in remote object storage to ensure idempotent operations. The project distinguishes itself by offering comprehensive automation for the entire cluster lifecycle, including high-availability control plane deployment, incremental rolling updates, and automated version upgrades. It also serve

    Deploys a caching DNS agent on each cluster node to reduce lookup latency and improve performance.

    Gocncfcontainersgo
    Ver en GitHub↗16,631
  • dgraph-io/badgerAvatar de dgraph-io

    dgraph-io/badger

    15,666Ver en GitHub↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Provides settings to adjust memory table sizes and cache limits for optimized resource consumption.

    Godatabasedocument-databasego
    Ver en GitHub↗15,666
  • getgrav/gravAvatar de getgrav

    getgrav/grav

    15,395Ver en GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Ensures site changes are immediately reflected by providing tools to clear temporary stored data.

    PHPcmscontentcontent-management
    Ver en GitHub↗15,395
  • dnscrypt/dnscrypt-proxyAvatar de DNSCrypt

    DNSCrypt/dnscrypt-proxy

    13,426Ver en GitHub↗

    dnscrypt-proxy is an anonymizing DNS proxy and encrypted DNS resolver. It acts as a local DNS forwarder that secures internet lookups by wrapping standard DNS queries in encrypted tunnels using the DNSCrypt and DNS-over-HTTPS protocols to prevent eavesdropping and tampering. The project provides network privacy protection by routing DNS requests through anonymized relays to obfuscate the client's original IP address. It further distinguishes itself through traffic management capabilities, such as mapping specific domains to designated resolvers and distributing queries across multiple servers

    Provides a local memory store for DNS lookup results to reduce network latency.

    Goanonymizedanonymized-dnsdns
    Ver en GitHub↗13,426
  • 567-labs/instructorAvatar de 567-labs

    567-labs/instructor

    13,176Ver en GitHub↗

    Instructor is a framework designed for structured data extraction, validation, and language model integration. It functions as a library that transforms unstructured text into validated, type-safe objects by leveraging schema definitions and model-specific tool-calling capabilities. By acting as a validation middleware, the project ensures that language model outputs strictly conform to defined data structures. The library distinguishes itself through a robust validation-based retry loop that automatically re-submits failed responses with error feedback to iteratively correct schema complianc

    Improves performance by using provider-specific storage for large media assets during model interactions.

    Pythonopenaiopenai-function-calliopenai-functions
    Ver en GitHub↗13,176
Ant.123456…8Siguiente
  1. Home
  2. Data & Databases
  3. Performance Caching Systems

Explorar subetiquetas

  • Audio Pre-loading1 sub-etiquetaCaching audio assets in memory to prevent playback latency. **Distinct from Performance Caching Systems:** Specific to audio asset pre-loading for immediate playback, distinct from general performance caching.
  • Cache Input and Output Specifications1 sub-etiquetaRules for determining task result validity based on file and environment state. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses on task-level input/output tracking rather than general memory/disk caching.
  • Cache Pool ManagementSystems for organizing cache data into logical repositories for structured access. **Distinct from Performance Caching Systems:** Focuses on the logical organization of data into pools, whereas Performance Caching Systems is more about memory/disk optimization.
  • Cache Purging Systems2 sub-etiquetasUtilities for clearing temporary stored data to ensure content freshness. **Distinct from Performance Caching Systems:** Distinct from general caching systems: focuses on the administrative action of clearing or purging cache entries.
  • Cache Size and Timeout Configurations1 sub-etiquetaSets local cache size and SQLite timeout to balance performance and disk usage when accessing remote files. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses on configuring cache size and timeout parameters for a cloud filesystem cache, not general memory/disk caching for computation.
  • Cache State BootstrappingInitializing a new server instance using a pre-populated cache snapshot from another active server. **Distinct from Performance Caching Systems:** Specifically addresses the transfer of cache state for cold-start optimization, not general memory management
  • Content-Addressable Storage OptimizationTuning the underlying storage and hashing algorithms used for build caches to improve speed. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems by focusing specifically on the optimization of content-addressable storage and file hashing.
  • Conversation Context Caches1 sub-etiquetaCaches for storing and reusing active session data to maintain performance in long interactions. **Distinct from Performance Caching Systems:** Distinct from general performance caching by focusing specifically on conversational session state and interaction history.
  • DNS Caches7 sub-etiquetasMechanisms for storing resolved domain name lookups to accelerate network connection establishment. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses specifically on DNS resolution caching rather than general data or memory caching.
  • Data Pipeline OptimizationsTechniques for increasing data throughput using prefetching, caching, and parallel execution. **Distinct from Pipeline and Cache Optimizations:** Focuses on high-level data stream efficiency rather than low-level hardware cache tuning.
  • Exact Match CachesMechanisms for retrieving cached responses based on precise input text matches. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses on exact-match lookup logic rather than general memory management.
  • External Cache IntegrationsConnecting to external caches for fast, short-term data access to improve read performance. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses on plugging in external cache backends rather than managing internal memory or disk caches.
  • Filesystem Caching Performance TuningMitigates write slowdowns from kernel extended attribute requests by disabling security capability checks when file caching is enabled. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: focuses on filesystem-level caching performance tuning, not model-specific caching.
  • Location Caches1 sub-etiquetaCaches optimized for storing and quickly retrieving the most recent coordinates of active users. **Distinct from Performance Caching Systems:** Distinct from general Performance Caching Systems by focusing specifically on high-churn temporal location data with TTLs.
  • Manual Cache Warmers1 sub-etiquetaAdministrative tools for triggering background cache refreshes. **Distinct from Performance Caching Systems:** Distinct from general caching systems: focuses on the manual, administrative trigger of cache warming.
  • Multimodal Asset CachesStorage mechanisms for large media assets used in multimodal model interactions to improve retrieval performance. **Distinct from Performance Caching Systems:** Distinct from general performance caching: focuses on provider-specific storage for large media assets like images and documents.
  • Page Caching Controls5 sub-etiquetasSettings for enabling or disabling caching for specific pages or dynamic content. **Distinct from Performance Caching Systems:** Distinct from general performance caching: focuses on granular, page-level control of caching behavior.
  • Partial Parse Caching1 sub-etiquetaStoring intermediate parsing results for specific text segments to avoid redundant analysis. **Distinct from Performance Caching Systems:** Distinct from Performance Caching Systems: specifically targets the caching of parsed linguistic segments rather than general memory management.
  • Server Process OptimizationOptimizes server request handling through process management and in-memory caching. **Distinct from Performance Caching Systems:** Focuses on general server request processing and memory caching rather than model-specific performance caching.
  • Storage Engine TuningConfiguration of memory tables, cache limits, and buffer sizes to optimize database throughput. **Distinct from Performance Caching Systems:** Distinct from general Performance Caching Systems by focusing on the internal tuning of LSM-tree parameters.
  • Voice Feature CachingLocal storage of extracted vocal characteristics to accelerate repeated synthesis using the same reference audio. **Distinct from Performance Caching Systems:** Caches specific vocal embeddings rather than general computational results or database queries