awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sindresorhus avatar

sindresorhus/mem

0
View on GitHub↗

Mem

Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

Features

  • Functional Programming - Memoizes function calls to improve performance.

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI
  • General Utilities - Memoization utility for function optimization.
  • 1,157 स्टार्स·55 फोर्क्स·TypeScript·MIT·4 व्यूज़

    स्टार हिस्ट्री

    sindresorhus/mem के लिए स्टार हिस्ट्री चार्टsindresorhus/mem के लिए स्टार हिस्ट्री चार्ट

    Mem के ओपन-सोर्स विकल्प

    समान ओपन-सोर्स प्रोजेक्ट्स, जो Mem के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
    • dry-python/returnsdry-python का अवतार

      dry-python/returns

      4,310GitHub पर देखें↗

      Returns is a functional programming library for Python that provides type-safe containers for managing state, error handling, and optionality. It serves as a monadic container library and a type-safe error handling framework, replacing traditional try-catch blocks and null checks with Result and Optional containers to treat exceptions as data. The project is distinguished by its use of a specialized Mypy static analysis plugin to validate functional pipelines and emulate higher kinded types. It provides mechanisms for isolating side effects through IO containers and offers a framework for typ

      Python
      GitHub पर देखें↗4,310
    • ehmicky/wild-wild-pathehmicky का अवतार

      ehmicky/wild-wild-path

      728GitHub पर देखें↗

      🤠 Object property paths with wildcards and regexps 🌵

      JavaScript
      GitHub पर देखें↗728
    • bow-swift/bowbow-swift का अवतार

      bow-swift/bow

      659GitHub पर देखें↗

      🏹 Bow is a cross-platform library for Typed Functional Programming in Swift

      Swiftbowcarthagecategory-theory
      GitHub पर देखें↗659
    • more-itertools/more-itertoolsmore-itertools का अवतार

      more-itertools/more-itertools

      4,074GitHub पर देखें↗

      more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating iterables, providing a wide range of routines for data transformation, combinatorial generation, and iterator state management. The library distinguishes itself through advanced state management and complex sequence generation. It provides capabilities for peeking at future elements, seeking within sequences, and producing unique permutations, combinations, and set partitions from collections that may contain duplicate elements. Its broader capability surface covers data processing

      Python
      GitHub पर देखें↗4,074
    Mem के सभी 30 विकल्प देखें→

    अक्सर पूछे जाने वाले प्रश्न

    sindresorhus/mem क्या करता है?

    Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input

    sindresorhus/mem की मुख्य विशेषताएं क्या हैं?

    sindresorhus/mem की मुख्य विशेषताएं हैं: Functional Programming, General Utilities।

    sindresorhus/mem के कुछ ओपन-सोर्स विकल्प क्या हैं?

    sindresorhus/mem के ओपन-सोर्स विकल्पों में शामिल हैं: ehmicky/wild-wild-path — 🤠 Object property paths with wildcards and regexps 🌵. suor/funcy — A fancy and practical functional tools. bow-swift/bow — 🏹 Bow is a cross-platform library for Typed Functional Programming in Swift. dry-python/returns — Returns is a functional programming library for Python that provides type-safe containers for managing state, error… more-itertools/more-itertools — more-itertools is an extension library for the Python itertools module. It serves as a toolkit for manipulating… thoughtbot/runes — Infix operators for monadic functions in Swift.