awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesImmutable Element Modification

Updating, inserting, or deleting elements in a collection while returning a new immutable copy.

Distinct from Array Element Modifiers: Focuses on immutable updates rather than large-scale dataset indexing updates.

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

Awesome Immutable Element Modification GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • roaringbitmap/roaringbitmapAvatar von RoaringBitmap

    RoaringBitmap/RoaringBitmap

    3,878Auf GitHub ansehen↗

    RoaringBitmap is a compressed integer set library designed for memory-efficient storage and high-speed in-memory analytics. It provides a professional implementation of the Roaring Bitmap format to maintain compact representations of integer collections. The project features a standardized binary serialization format that enables the exchange of compressed bitmap data across different programming languages and hardware architectures. This allows for consistent data portability and cross-language data exchange. The library performs rapid logical set operations, including intersections, unions

    Updates bitmap data by copying only affected internal containers to reduce memory overhead.

    Javabitsetdruidjava
    Auf GitHub ansehen↗3,878
  1. Home
  2. Data & Databases
  3. Immutable Array Updates
  4. Array Element Modifiers
  5. Immutable Element Modification

Unter-Tags erkunden

  • Bitmap Modification StrategiesTechniques for updating immutable bitsets by copying only affected data containers to reduce memory overhead. **Distinct from Immutable Element Modification:** Distinct from Immutable Element Modification: focuses on container-level copying for bitmap structures rather than general array element updates.