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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

immutable-collections related posts

  • Is there a way to atomically add to a list and return its index?

    1 project | /r/Kotlin | 8 Dec 2023
  • Immutable lists, O(1) prepend/append

    1 project | /r/Kotlin | 10 Jul 2023
  • What type of variable contains amutable list?

    1 project | /r/Kotlin | 5 Nov 2022
  • what is the best persistent collection library?

    5 projects | /r/java | 2 Sep 2022
  • Finally, the kotlin API and External Cache are supported, and my ORM is finished.

    3 projects | /r/Kotlin | 25 Aug 2022
  • Limu, a Fast Immutable Lib

    1 project | /r/learnjavascript | 23 Jul 2022
  • A benchmark to show you how fast my ORM framework is

    1 project | /r/Kotlin | 18 Jul 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 language-ext 6,176
2 Javaslang 5,534
3 Immutables 3,368
4 Eclipse Collections 2,356
5 kotlinx.collections.immutable 1,087
6 jimmer 630
7 Paguro 307
8 immutable 200
9 pfun 146
10 purefun 105
11 fsharp-hashcollections 56
12 java-immutable-collections 41

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com