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
swannodette avatar

swannodette/mori

0
View on GitHub↗
3,372 stars·142 forks·Clojure·11 viewsswannodette.github.io/mori↗

Mori

ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

Features

  • Data Structures - Persistent data structures for JavaScript.
  • Persistent Data Structures - ClojureScript persistent data structures for vanilla JavaScript.
  • Data Structures - Persistent data structures for JavaScript.

Star history

Star history chart for swannodette/moriStar history chart for swannodette/mori

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Mori

These projects share indexed features with Mori. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

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

    C++
    View on GitHub↗2,854
Compare all 30 related projects→

Frequently asked questions

What does swannodette/mori do?

ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

What are the main features of swannodette/mori?

The main features of swannodette/mori are: Data Structures, Persistent Data Structures.

Which projects share features with swannodette/mori?

Projects with overlapping indexed features include: facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation… cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. bits-and-blooms/bitset — Go package implementing bitsets.