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
Β·
funkia avatar

funkia/list

0
View on GitHub↗
1,653 starsΒ·52 forksΒ·TypeScriptΒ·MITΒ·9 views

List

πŸ† An immutable list with unmatched performance and a comprehensive functional API.

Features

  • Persistent Data Structures - Fast immutable list with a comprehensive functional API.

Star history

Star history chart for funkia/listStar history chart for funkia/list

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

Open-source alternatives to List

Similar open-source projects, ranked by how many features they share with List.
  • benji6/imlazybenji6 avatar

    benji6/imlazy

    104View on GitHub↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    View on GitHub↗104
  • ds300/derivablejsds300 avatar

    ds300/derivablejs

    519View on GitHub↗

    Functional Reactive State for JavaScript and TypeScript

    JavaScript
    View on GitHub↗519
  • dtao/lazy.jsdtao avatar

    dtao/lazy.js

    5,975View on GitHub↗

    Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams. It defers all computation until iteration begins, building chains of transformations that execute only when values are consumed, avoiding intermediate arrays and buffering. The library wraps data sources into a uniform sequence interface, enabling operations like map and filter to be chained together without materializing intermediate results. The library extends lazy processing beyond simple collections to handle asynchronous data sources, DOM events, strings, and Node.js stre

    JavaScript
    View on GitHub↗5,975
  • aearly/icepickaearly avatar

    aearly/icepick

    422View on GitHub↗

    Utilities for treating frozen JavaScript objects as persistent immutable collections

    JavaScript
    View on GitHub↗422
See all 12 alternatives to List→

Frequently asked questions

What does funkia/list do?

πŸ† An immutable list with unmatched performance and a comprehensive functional API.

What are the main features of funkia/list?

The main features of funkia/list are: Persistent Data Structures.

What are some open-source alternatives to funkia/list?

Open-source alternatives to funkia/list include: aearly/icepick β€” Utilities for treating frozen JavaScript objects as persistent immutable collections. benji6/imlazy β€” 😴 Functional programming with lazy immutable iterables. ds300/derivablejs β€” Functional Reactive State for JavaScript and TypeScript. dtao/lazy.js β€” Lazy.js is a JavaScript library that implements a lazy evaluation model for processing collections and data streams.… emmanueltouzery/prelude.ts β€” Functional programming, immutable collections and FP constructs for typescript and javascript. facebook/immutable-js β€” This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation…