awesome-repositories.com

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

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comब्लॉग
श्रेणियाँ

5 रिपॉजिटरी

Awesome GitHub RepositoriesAsynchronous Generators

Spreadsheet generation processes that run in the background using queues and chunking.

Distinct from Spreadsheet Generators: Distinct from Spreadsheet Generators: specifically handles the asynchronous, background-queued nature of the generation.

Explore 5 awesome GitHub repositories matching data & databases · Asynchronous Generators. Refine with filters or upvote what's useful.

Awesome Asynchronous Generators GitHub Repositories

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

    Maatwebsite/Laravel-Excel

    12,670GitHub पर देखें↗

    Laravel-Excel is an integration library for importing and exporting spreadsheet data between Laravel applications and Excel or CSV files. It provides a suite of tools for bidirectional spreadsheet integration, including a system for reading workbooks and mapping data into database models. The library distinguishes itself through a background processing system that handles large imports and exports using chunking and job queues. It supports template-driven exports by converting HTML tables from view templates into spreadsheet cells. The toolset covers broad capabilities for large dataset proc

    Converts database queries into Excel or CSV documents using automatic chunking and background queuing.

    PHP
    GitHub पर देखें↗12,670
  • reactor/reactor-corereactor का अवतार

    reactor/reactor-core

    5,224GitHub पर देखें↗

    Reactor Core JVM पर एसिंक्रोनस डेटा पाइपलाइनों को कंपोज़ करने के लिए एक रिएक्टिव प्रोग्रामिंग टूलकिट और नॉन-ब्लॉकिंग आधार है। यह एक एसिंक्रोनस स्ट्रीम प्रोसेसिंग फ्रेमवर्क और बैकप्रेशर प्रबंधन प्रणाली के रूप में कार्य करता है, जो डेवलपर्स को इवेंट्स के अनुक्रमों को बदलने, फ़िल्टर करने और संयोजित करने की अनुमति देता है, जबकि संसाधन थकावट को रोकने के लिए उत्पादकों और उपभोक्ताओं के बीच डेटा प्रवाह को नियंत्रित करता है। लाइब्रेरी एक परिष्कृत समवर्ती शेड्यूलिंग प्रणाली और मांग-आधारित प्रवाह नियंत्रण के माध्यम से खुद को अलग करती है। यह एक शेड्यूलर रजिस्ट्री का उपयोग करके विशिष्ट थ्रेड्स से सिग्नल प्रोसेसिंग को अलग करती है और एसिंक्रोनस सीमाओं के पार अपरिवर्तनीय मेटाडेटा के संदर्भ-जागरूक प्रसार के लिए तंत्र प्रदान करती है। इसमें असेंबली-टाइम ट्रेस कैप्चर और समय-आधारित ऑपरेटरों के परीक्षण को सुविधाजनक बनाने के लिए वर्चुअल-टाइम शेड्यूलिंग के लिए विशेष उपकरण भी शामिल हैं। यह प्रोजेक्ट अनुक्रम एकत्रीकरण और विंडोइंग के लिए कार्यात्मक डेटा प्रोसेसिंग, घातीय बैकऑफ़ रिट्रीज़ जैसी विभिन्न त्रुटि पुनर्प्राप्ति रणनीतियों और रिएक्टिव स्ट्रीम में लीगेसी कॉलबैक या सिंक्रोनस API को ब्रिज करने के लिए उपयोगिताओं सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह पाइपलाइन निगरानी के लिए इंस्ट्रूमेंटेशन और सिग्नल अनुक्रमों को सत्यापित करने के लिए परीक्षण उपकरणों का एक सूट भी प्रदान करता है।

    Enables the production of data sequences using stateful generators that emit items one-by-one.

    Javaasynchronousflowflux
    GitHub पर देखें↗5,224
  • alibaba/coobjcalibaba का अवतार

    alibaba/coobjc

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

    coobjc is an Objective-C coroutine library that provides await methods and generators to simplify asynchronous programming in Objective-C and Swift. It enables the implementation of non-blocking workflows to eliminate nested callbacks and thread blocking. The toolkit includes a non-blocking Foundation wrapper to convert synchronous Foundation and UIKit APIs into suspendable operations. It provides a lazy sequence generator for producing values on demand via yield, as well as a channel-based communication tool for exchanging data between concurrent tasks using buffered and unbuffered channels.

    Implements generators that produce sequences of values where each element is fetched via an async operation.

    Objective-Cactoractor-modelarm64
    GitHub पर देखें↗4,016
  • morelinq/morelinqmorelinq का अवतार

    morelinq/MoreLINQ

    3,827GitHub पर देखें↗

    MoreLINQ is a functional programming toolkit and extension library for .NET that augments LINQ to Objects with advanced operators for sequence manipulation and analysis. It provides a set of tools for declarative data transformation, leveraging lazy evaluation and composition to handle complex object sequences. The library is distinguished by its specialized capabilities for combinatorial generation, including the production of permutations, subsets, and Cartesian products. It also provides advanced sequence joining options, such as full, left, and right outer joins, and supports complex data

    Produces sequences by recursively applying a stateful generator function.

    C#dotnetlinq
    GitHub पर देखें↗3,827
  • lewissbaker/cppcorolewissbaker का अवतार

    lewissbaker/cppcoro

    3,818GitHub पर देखें↗

    cppcoro is a C++ coroutine library and concurrency toolkit providing primitives for asynchronous tasks, lazy generators, and non-blocking execution. It functions as an asynchronous I/O framework for managing network sockets and file operations through an event loop. The library features a work-stealing thread pool for distributing tasks across multiple cores and a set of async generators for producing lazy sequences of values both synchronously and asynchronously. It includes a concurrency toolkit with async mutexes, latches, and shared tasks to coordinate multi-threaded execution. Its capab

    Produces sequences of values lazily where each individual element is generated using asynchronous operations.

    C++asyncasync-awaitasynchronous-programming
    GitHub पर देखें↗3,818
  1. Home
  2. Data & Databases
  3. Spreadsheet Generators
  4. Asynchronous Generators

सब-टैग एक्सप्लोर करें

  • Asynchronous Sequence GeneratorsGenerators that produce sequences of values where each element is fetched via an asynchronous operation. **Distinct from Asynchronous Generators:** Focuses on the generic lazy production of async sequences, whereas the candidate specifically targets spreadsheet generation.
  • Synchronous Sequence GenerationProducing elements sequentially using stateful generator functions within a reactive pipeline. **Distinct from Asynchronous Sequence Generators:** Focuses on stateful, synchronous generation of elements rather than asynchronous fetching or ML sampling.