awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aearly avatar

aearly/icepick

0
View on GitHub↗
422 星标·27 分支·JavaScript·MIT·5 次浏览

Icepick

Utilities for treating frozen JavaScript objects as persistent immutable collections

Features

  • Persistent Data Structures - Utilities for treating frozen objects as persistent collections.

Star 历史

aearly/icepick 的 Star 历史图表aearly/icepick 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Icepick 的开源替代方案

相似的开源项目,按与 Icepick 的功能重合度排序。
  • ds300/derivablejsds300 的头像

    ds300/derivablejs

    519在 GitHub 上查看↗

    Functional Reactive State for JavaScript and TypeScript

    JavaScript
    在 GitHub 上查看↗519
  • dtao/lazy.jsdtao 的头像

    dtao/lazy.js

    5,975在 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
    在 GitHub 上查看↗5,975
  • emmanueltouzery/prelude.tsemmanueltouzery 的头像

    emmanueltouzery/prelude.ts

    383在 GitHub 上查看↗

    Functional programming, immutable collections and FP constructs for typescript and javascript

    TypeScript
    在 GitHub 上查看↗383
  • benji6/imlazybenji6 的头像

    benji6/imlazy

    104在 GitHub 上查看↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    在 GitHub 上查看↗104
查看 Icepick 的所有 12 个替代方案→

常见问题解答

aearly/icepick 是做什么的?

Utilities for treating frozen JavaScript objects as persistent immutable collections

aearly/icepick 的主要功能有哪些?

aearly/icepick 的主要功能包括:Persistent Data Structures。

aearly/icepick 有哪些开源替代品?

aearly/icepick 的开源替代品包括: 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… frptools/collectable — High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces,…