awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Performance and Optimization Tools · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesPerformance and Optimization Tools

Diagnostic and tuning utilities focused on improving query execution, indexing efficiency, and system-level throughput.

Explore 5 awesome GitHub repositories matching data & databases · Performance and Optimization Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Systems & Management
  5. Performance and Optimization Tools

Awesome Performance and Optimization Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Rustdenojavascriptrust
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • macrozheng/mall

    macrozheng/mall

    82,926GitHubView on GitHub↗

    This project is an enterprise-grade Java framework designed for building scalable, full-stack e-commerce applications. It provides a comprehensive foundation for microservice-based distributed architectures, enabling the development of complex retail platforms that include product management, order processing, and secu

    Javadockerelasticsearchelk
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Ccachecachingdatabase

Explore sub-tags

  • Bulk Data OperationsTools that enable efficient execution of bulk data management tasks such as mass deletion.
  • Database Performance AnalyzersUtilities that analyze database performance and memory usage by inspecting data distribution.
  • Database Query OptimizationsTechniques and resources for improving the efficiency of database queries.
  • Database Routing Strategies
Mechanisms for directing transactional database queries to specific primary or secondary instances to improve system performance.
  • Secondary IndexingTechniques that map secondary keys to primary data records to facilitate efficient database lookups.
  • Write-Ahead Logging ConfigurationsConfigurations that enable write-ahead logging in databases to enhance concurrency and overall performance.