2 repositorios
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.
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.
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.