awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to jab/bidict

Projects sharing features with Bidict

30 open-source projects similar to jab/bidict, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • cdgriffith/boxcdgriffith avatar

    cdgriffith/Box

    2,823View on GitHub↗

    Python dictionaries with advanced dot notation access

    Python
    View on GitHub↗2,823
  • aio-libs/multidictA

    aio-libs/multidict

    0View on GitHub↗
    View on GitHub↗0
  • atnos-org/effatnos-org avatar

    atnos-org/eff

    588View on GitHub↗

    Eff monad for cats - https://atnos-org.github.io/eff

    Scala
    View on GitHub↗588
  • alecrim/alecrimcoredataA

    Alecrim/AlecrimCoreData

    0View on GitHub↗
    View on GitHub↗0
  • alex-gutev/generic-clalex-gutev avatar

    alex-gutev/generic-cl

    162View on GitHub↗

    Generic function interface to standard Common Lisp functions

    Common Lisp
    View on GitHub↗162
  • alexdrone/bufferalexdrone avatar

    alexdrone/Buffer

    350View on GitHub↗

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

    Swift
    View on GitHub↗350
  • alexdrone/storealexdrone avatar

    alexdrone/Store

    501View on GitHub↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    View on GitHub↗501

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • aminalaee/uuid-utilsaminalaee avatar

    aminalaee/uuid-utils

    331View on GitHub↗

    Fast, drop-in replacement for Python's uuid module, powered by Rust.

    Python
    View on GitHub↗331
  • ankurp/dollarankurp avatar

    ankurp/Dollar

    4,240View on GitHub↗

    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
    View on GitHub↗4,240
  • ankurp/dollar.swiftA

    ankurp/Dollar.swift

    0View on GitHub↗
    View on GitHub↗0
  • antitypical/resultantitypical avatar

    antitypical/Result

    2,496View on GitHub↗

    Swift type modelling the success/failure of arbitrary operations.

    Swift
    View on GitHub↗2,496
  • anvaka/ngraph.graphanvaka avatar

    anvaka/ngraph.graph

    576View on GitHub↗

    Graph data structure in JavaScript

    JavaScript
    View on GitHub↗576
  • arjarav98/dynavarArjArav98 avatar

    ArjArav98/DynaVar

    7View on GitHub↗

    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++
    View on GitHub↗7
  • arximboldi/immerarximboldi avatar

    arximboldi/immer

    2,854View on GitHub↗

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

    C++
    View on GitHub↗2,854
  • alandefreitas/smallalandefreitas avatar

    alandefreitas/small

    150View on GitHub↗

    C++ small containers

    C++
    View on GitHub↗150
  • attaswift/btreeattaswift avatar

    attaswift/BTree

    1,324View on GitHub↗

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

    Swift
    View on GitHub↗1,324
  • barerose/dynarrB

    BareRose/dynarr

    0View on GitHub↗

    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.

    View on GitHub↗0
  • belozierov/swiftcoroutinebelozierov avatar

    belozierov/SwiftCoroutine

    833View on GitHub↗

    Swift coroutines for iOS, macOS and Linux.

    Swift
    View on GitHub↗833
  • bits-and-blooms/bitsetbits-and-blooms avatar

    bits-and-blooms/bitset

    1,505View on GitHub↗

    Go package implementing bitsets

    Go
    View on GitHub↗1,505
  • bits-and-blooms/bloombits-and-blooms avatar

    bits-and-blooms/bloom

    2,791View on GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    View on GitHub↗2,791
  • bow-swift/bowbow-swift avatar

    bow-swift/bow

    659View on GitHub↗

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

    Swiftbowcarthagecategory-theory
    View on GitHub↗659
  • bulldog2011/bigqueuebulldog2011 avatar

    bulldog2011/bigqueue

    568View on GitHub↗

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

    Java
    View on GitHub↗568
  • buserror/simavrbuserror avatar

    buserror/simavr

    1,738View on GitHub↗
    Cavr-gccavr-simulatorc
    View on GitHub↗1,738
  • bwireman/delayB

    bwireman/delay

    0View on GitHub↗

    A dead simple data-structure for delaying side effects ⌚! Written in the excellent gleam ✨ language. Supporting both Erlang & Javascript targets

    View on GitHub↗0
  • bwireman/gleitherbwireman avatar

    bwireman/gleither

    3View on GitHub↗

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

    Gleam
    View on GitHub↗3
  • c0fec0de/anytreec0fec0de avatar

    c0fec0de/anytree

    1,086View on GitHub↗

    Python tree data library

    Python
    View on GitHub↗1,086
  • cameron314/concurrentqueuecameron314 avatar

    cameron314/concurrentqueue

    12,070View on GitHub↗

    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++
    View on GitHub↗12,070
  • aio-libs/janusaio-libs avatar

    aio-libs/janus

    963View on GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    View on GitHub↗963
  • chronoscala/chronoscalachronoscala avatar

    chronoscala/chronoscala

    69View on GitHub↗

    A JSR-310 port of nscala_time

    Scala
    View on GitHub↗69
  • 7mind/izumi7mind avatar

    7mind/izumi

    628View on GitHub↗

    Productivity-oriented collection of lightweight fancy stuff for Scala toolchain

    Scala
    View on GitHub↗628