awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
arximboldi avatar

arximboldi/immer

0
View on GitHub↗
2,854 stars·204 forks·C++·BSL-1.0·7 viewssinusoid.es/immer↗

Immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale

Features

  • Data Structures - Immutable and persistent data structures.
  • Data Structures - Immutable and persistent data structures.
  • Functional Programming - Persistent functional data structures.

Star history

Star history chart for arximboldi/immerStar history chart for arximboldi/immer

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does arximboldi/immer do?

Postmodern immutable and persistent data structures for C++ — value semantics at scale

What are the main features of arximboldi/immer?

The main features of arximboldi/immer are: Data Structures, Functional Programming.

What are some open-source alternatives to arximboldi/immer?

Open-source alternatives to arximboldi/immer include: facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… deckarep/golang-set — This project is a set theory library for Go that provides a data structure for storing unique elements of any… alandefreitas/small — C++ small containers. bits-and-blooms/bitset — Go package implementing bitsets. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems.

Open-source alternatives to Immer

Similar open-source projects, ranked by how many features they share with Immer.
  • facebook/immutable-jsfacebook avatar

    facebook/immutable-js

    33,060View on GitHub↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    TypeScript
    View on GitHub↗33,060
  • bits-and-blooms/bloombits-and-blooms avatar

    bits-and-blooms/bloom

    2,791View on GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    View on GitHub↗2,791
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • bits-and-blooms/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
See all 30 alternatives to Immer→