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

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

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

Open-source alternatives to Delay

30 open-source projects similar to bwireman/delay, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Delay alternative.

  • aio-libs/multidictA

    aio-libs/multidict

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • alandefreitas/smallalandefreitas का अवतार

    alandefreitas/small

    150GitHub पर देखें↗

    C++ small containers

    C++
    GitHub पर देखें↗150
  • alexdrone/bufferalexdrone का अवतार

    alexdrone/Buffer

    350GitHub पर देखें↗

    Swift μ-framework for efficient array diffs and datasource adapters.

    Swift
    GitHub पर देखें↗350
  • alexdrone/storealexdrone का अवतार

    alexdrone/Store

    501GitHub पर देखें↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    GitHub पर देखें↗501
  • ankurp/dollarankurp का अवतार

    ankurp/Dollar

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

    Dollar is a functional programming library for Swift that provides a comprehensive toolkit for collection manipulation, string processing, mathematical calculations, and date and time management. It serves as a utility suite for filtering, aggregating, and restructuring arrays and dictionaries. The project implements functional programming patterns such as currying, memoization, and function composition. It also features a chainable wrapper interface that allows multiple data transformations to be applied sequentially before extracting a final result. The library covers a wide range of capab

    Swift
    GitHub पर देखें↗4,240
  • antitypical/resultantitypical का अवतार

    antitypical/Result

    2,496GitHub पर देखें↗

    Swift type modelling the success/failure of arbitrary operations.

    Swift
    GitHub पर देखें↗2,496

AI सर्च

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

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

Find more with AI search
  • anvaka/ngraph.graphanvaka का अवतार

    anvaka/ngraph.graph

    576GitHub पर देखें↗

    Graph data structure in JavaScript

    JavaScript
    GitHub पर देखें↗576
  • arjarav98/dynavarArjArav98 का अवतार

    ArjArav98/DynaVar

    7GitHub पर देखें↗

    DynaVar is a project, written wholly in C++, whose main objective is to create a user-defined data structure capable of storing all primitive data-types.

    C++
    GitHub पर देखें↗7
  • arximboldi/immerarximboldi का अवतार

    arximboldi/immer

    2,854GitHub पर देखें↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    GitHub पर देखें↗2,854
  • attaswift/btreeattaswift का अवतार

    attaswift/BTree

    1,324GitHub पर देखें↗

    Fast sorted collections for Swift using in-memory B-trees

    Swift
    GitHub पर देखें↗1,324
  • barerose/dynarrB

    BareRose/dynarr

    0GitHub पर देखें↗

    This is a header-only library, as such most of its functional documentation is contained within the "header section" of the source code in the form of comments. It is highly recommended that you read said documentation before using this library.

    GitHub पर देखें↗0
  • bits-and-blooms/bitsetbits-and-blooms का अवतार

    bits-and-blooms/bitset

    1,505GitHub पर देखें↗

    Go package implementing bitsets

    Go
    GitHub पर देखें↗1,505
  • bits-and-blooms/bloombits-and-blooms का अवतार

    bits-and-blooms/bloom

    2,791GitHub पर देखें↗

    Go package implementing Bloom filters, used by many important systems

    Go
    GitHub पर देखें↗2,791
  • bulldog2011/bigqueuebulldog2011 का अवतार

    bulldog2011/bigqueue

    568GitHub पर देखें↗

    A big, fast and persistent queue based on memory mapped file.

    Java
    GitHub पर देखें↗568
  • buserror/simavrbuserror का अवतार

    buserror/simavr

    1,738GitHub पर देखें↗
    Cavr-gccavr-simulatorc
    GitHub पर देखें↗1,738
  • bwireman/gleitherbwireman का अवतार

    bwireman/gleither

    3GitHub पर देखें↗

    A small data-structure for representing an Either Monad. Written in the excellent gleam ✨ language. Supporting both Erlang & Javascript targets

    Gleam
    GitHub पर देखें↗3
  • c0fec0de/anytreec0fec0de का अवतार

    c0fec0de/anytree

    1,086GitHub पर देखें↗

    Python tree data library

    Python
    GitHub पर देखें↗1,086
  • cameron314/concurrentqueuecameron314 का अवतार

    cameron314/concurrentqueue

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

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    GitHub पर देखें↗12,070
  • cdgriffith/boxcdgriffith का अवतार

    cdgriffith/Box

    2,823GitHub पर देखें↗

    Python dictionaries with advanced dot notation access

    Python
    GitHub पर देखें↗2,823
  • cl0610/java-concurrencyCL0610 का अवतार

    CL0610/Java-concurrency

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

    This Java concurrency library provides a suite of tools for managing multi-threaded execution, synchronization, and memory consistency. It serves as a comprehensive framework for implementing concurrent execution through lock-free atomics, thread-safe collections, task coordination primitives, and worker pools. The project includes a dedicated thread synchronization toolkit featuring latches, barriers, and semaphores to coordinate the timing and order of concurrent tasks. It also provides a concurrent collection suite of maps, queues, and lists that enable data sharing without manual locking,

    concurrencyconcurrent-programminginterview
    GitHub पर देखें↗4,590
  • cornelk/hashmapcornelk का अवतार

    cornelk/hashmap

    1,879GitHub पर देखें↗

    A Golang lock-free thread-safe HashMap optimized for fastest read access.

    Gofastgogolang
    GitHub पर देखें↗1,879
  • cosmicmind/algorithmCosmicMind का अवतार

    CosmicMind/Algorithm

    826GitHub पर देखें↗

    Algorithm is a library of tools that is used to create intelligent applications.

    Swift
    GitHub पर देखें↗826
  • danielgibson/snippetsDanielGibson का अवतार

    DanielGibson/Snippets

    207GitHub पर देखें↗

    Some standalone source files that don't deserve their own repositories.

    C++
    GitHub पर देखें↗207
  • davecom/swiftgraphdavecom का अवतार

    davecom/SwiftGraph

    806GitHub पर देखें↗

    A Graph Library for Swift

    Swift
    GitHub पर देखें↗806
  • davecom/swiftpriorityqueuedavecom का अवतार

    davecom/SwiftPriorityQueue

    375GitHub पर देखें↗

    A Generic Priority Queue in Pure Swift

    Swift
    GitHub पर देखें↗375
  • dchest/siphashD

    dchest/siphash

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • deckarep/golang-setdeckarep का अवतार

    deckarep/golang-set

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

    This project is a set theory library for Go that provides a data structure for storing unique elements of any comparable type using generics. It serves as a tool for managing unique collections and performing mathematical operations such as intersections and differences. The library provides synchronized collections to prevent data races during concurrent read and write operations. It also supports converting unique collections to and from JSON arrays for data persistence and network transmission. The implementation covers membership testing, collection cloning, and size calculation. It incl

    Go
    GitHub पर देखें↗4,690
  • dghubble/trieD

    dghubble/trie

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • dhconnelly/rtreegoD

    dhconnelly/rtreego

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • aio-libs/janusaio-libs का अवतार

    aio-libs/janus

    963GitHub पर देखें↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    GitHub पर देखें↗963