immutable-collections

Open-source projects categorized as immutable-collections

Top 12 immutable-collection Open-Source Projects

  • language-ext

    C# functional language extensions - a base class library for functional programming

  • Project mention: The Monad Invasion - Part 2: Monads in Action! | dev.to | 2024-02-27

    You probably noticed that .SetName() returns a Either. You may have come across Unit in libraries like MediatR or Language-Ext. It's a simple construct representing a type with only one possible value. We use it as a placeholder for operations that do not return a value but may return another state. In our example, .SetName() is a Command that does not return a value but may fail. Therefore, the monad Either carries two possible states: Right (without value) or Left (with an Error).

  • Javaslang

    vʌvr (formerly called Javaslang) is a non-commercial, non-profit object-functional library that runs with Java 8+. It aims to reduce the lines of code and increase code quality.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Immutables

    Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included

  • Project mention: Unchecked Java: Say Goodbye to Checked Exceptions Forever | news.ycombinator.com | 2023-07-13

    This is every Lombok lover's favorite strawman argument I've run into.

    I've been coding in Java professionally for ~20 years. I can count with zero hands the number of times I've been burned by a getter or setter getting changed into something surprising.

    If you really need auto-generated getters/setters/builders - Immutables [1] is a library that does it using bog standard annotation processing rules that don't require hacking your build process.

    [1] https://github.com/immutables/immutables

  • Eclipse Collections

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

  • Project mention: Yet another introduction to Functional Programming | dev.to | 2023-07-12

    eclipse-collections for Java.

  • kotlinx.collections.immutable

    Immutable persistent collections for Kotlin

  • Project mention: Is there a way to atomically add to a list and return its index? | /r/Kotlin | 2023-12-08

    In Clojure, it is called an Atom. I created my own via AtomicReference and https://github.com/Kotlin/kotlinx.collections.immutable. It works really well in Kotlin. It works especially well if you use tons of coroutines.

  • jimmer

    A revolutionary ORM framework for both java and kotlin.

  • Paguro

    Generic, Null-safe, Immutable Collections and Functional Transformations for the JVM

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • immutable

    Thread-safe, persistent, immutable collections for the Crystal language

  • pfun

    Functional, composable, asynchronous, type-safe Python.

  • purefun

    Functional Programming library for Java

  • fsharp-hashcollections

    Library providing fast hash based immutable map and set

  • java-immutable-collections

    Efficient Immutable/Persistent Collections for Java

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-02-27.

immutable-collections related posts

Index

What are some of the best open-source immutable-collection projects? This list will help you:

Project Stars
1 language-ext 6,150
2 Javaslang 5,521
3 Immutables 3,365
4 Eclipse Collections 2,353
5 kotlinx.collections.immutable 1,073
6 jimmer 624
7 Paguro 307
8 immutable 200
9 pfun 146
10 purefun 104
11 fsharp-hashcollections 55
12 java-immutable-collections 41
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com