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
·

2 repositorios

Awesome GitHub RepositoriesAlmacenamiento en caché global de cadenas

Técnica de optimización de memoria que almacena cadenas únicas en un grupo compartido para evitar la duplicación.

Diferente de Repetitive String Compression Algorithms: Específico para el almacenamiento eficiente de cadenas en memoria durante la importación de datos, a diferencia de los algoritmos de compresión generales.

Explore 2 awesome GitHub repositories matching data & databases · Almacenamiento en caché global de cadenas. Refine with filters or upvote what's useful.

Awesome Almacenamiento en caché global de cadenas GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rdatatable/data.tableAvatar de Rdatatable

    Rdatatable/data.table

    3,894Ver en GitHub↗

    This project is a high-performance tabular data processing framework for R, designed to handle massive datasets with memory efficiency and speed. It provides an enhanced data structure that utilizes reference semantics and in-place modification to perform complex transformations without the overhead of unnecessary object copying. The library distinguishes itself through its low-level architectural optimizations, including multi-threaded parallel processing, radix-based sorting, and memory-mapped file parsing. By offloading critical data manipulation and aggregation routines to compiled C code

    Uses global string caching to minimize memory usage for repetitive text data during import.

    R
    Ver en GitHub↗3,894
  • communitytoolkit/dotnetAvatar de CommunityToolkit

    CommunityToolkit/dotnet

    3,696Ver en GitHub↗

    This project is a general purpose library for the .NET ecosystem, providing a collection of reusable helper methods and APIs for common programming tasks. It encompasses a UI component library for cross-platform development, a toolkit for MVVM architecture, and specialized utilities for memory management and native interoperability. The library distinguishes itself through high-performance memory abstractions, such as pooled buffers and contiguous two-dimensional memory spans, designed to reduce garbage collection pressure. It also provides native interop wrappers and bindings to facilitate d

    Caches string objects created from buffers in a shared pool to minimize repetitive memory allocations.

    C#csharpdotnetmaui
    Ver en GitHub↗3,696
  1. Home
  2. Data & Databases
  3. Global String Caching