awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCapped Datasets

Data structures that limit total record count by overwriting the oldest entries when the limit is reached.

Distinct from Query Message Size Limits: Nothing in the shortlist covers data volume capping via ring-buffer style overwrites; existing limits are for network responses or UI elements.

Explore 1 awesome GitHub repository matching data & databases · Capped Datasets. Refine with filters or upvote what's useful.

Awesome Capped Datasets GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • perspective-dev/perspectiveAvatar de perspective-dev

    perspective-dev/perspective

    10,981Voir sur GitHub↗

    Perspective is a columnar data analytics engine and high-performance visualization component powered by WebAssembly. It provides a system for analyzing and visualizing large or streaming datasets through interactive data grids and charts, utilizing a compiled binary to achieve near-native performance within the browser. The project distinguishes itself through a WebSocket-based data streaming interface and deep Apache Arrow integration, which minimize memory overhead when synchronizing tables between servers and clients. It acts as a remote query proxy capable of translating visualization con

    Caps the total number of rows in a dataset and automatically overwrites the oldest entries to manage memory.

    C++analyticsbidata-visualization
    Voir sur GitHub↗10,981
  1. Home
  2. Data & Databases
  3. Capped Datasets