awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ aearly/icepickمخطط تاريخ النجوم لـ aearly/icepick

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Icepick

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Icepick.
  • ds300/derivablejsالصورة الرمزية لـ ds300

    ds300/derivablejs

    519عرض على GitHub↗

    Functional Reactive State for JavaScript and TypeScript

    JavaScript
    عرض على GitHub↗519
  • dtao/lazy.jsالصورة الرمزية لـ dtao

    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.tsالصورة الرمزية لـ emmanueltouzery

    emmanueltouzery/prelude.ts

    383عرض على GitHub↗

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

    TypeScript
    عرض على GitHub↗383
  • benji6/imlazyالصورة الرمزية لـ benji6

    benji6/imlazy

    104عرض على GitHub↗

    😴 Functional programming with lazy immutable iterables

    JavaScript
    عرض على GitHub↗104
عرض جميع البدائل الـ 12 لـ Icepick→

الأسئلة الشائعة

ما هي وظيفة 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,…