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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesFunction Result Caching

Disk-based caching systems that specifically store return values of functions based on input arguments.

Distinct from Disk Caching Systems: Focuses on memoizing function results based on input hashes, not just offloading large data for memory management.

Explore 1 awesome GitHub repository matching data & databases · Function Result Caching. Refine with filters or upvote what's useful.

Awesome Function Result Caching GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • joblib/joblibjoblib का अवतार

    joblib/joblib

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

    Joblib is a suite of utilities for parallelizing computational workloads and optimizing the storage of large numerical datasets and function results. It functions as a parallel computing library and multiprocessing wrapper that distributes function execution across multiple CPU cores to accelerate independent tasks and computational loops. The project provides a disk caching framework that persists expensive function outputs to the filesystem, re-evaluating them only when input arguments change. It further specializes in the serialization of large numerical arrays, utilizing efficient compres

    Provides a framework for persisting expensive function outputs to the filesystem to avoid redundant computations.

    Python
    GitHub पर देखें↗4,366
  1. Home
  2. Data & Databases
  3. Disk Caching Systems
  4. Function Result Caching