awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to liveramp/hyperminhash-java

Open-source alternatives to HyperMinHash Java

30 open-source projects similar to liveramp/hyperminhash-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best HyperMinHash Java alternative.

  • aio-libs/multidictA

    aio-libs/multidict

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alandefreitas/smallAvatar von alandefreitas

    alandefreitas/small

    150Auf GitHub ansehen↗

    C++ small containers

    C++
    Auf GitHub ansehen↗150
  • alexdrone/bufferAvatar von alexdrone

    alexdrone/Buffer

    350Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗350
  • alexdrone/storeAvatar von alexdrone

    alexdrone/Store

    501Auf GitHub ansehen↗

    Unidirectional, transactional, operation-based Store implementation.

    Swift
    Auf GitHub ansehen↗501
  • ankurp/dollarAvatar von ankurp

    ankurp/Dollar

    4,240Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,240
  • antitypical/resultAvatar von antitypical

    antitypical/Result

    2,496Auf GitHub ansehen↗

    Swift type modelling the success/failure of arbitrary operations.

    Swift
    Auf GitHub ansehen↗2,496

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • anvaka/ngraph.graphAvatar von anvaka

    anvaka/ngraph.graph

    576Auf GitHub ansehen↗

    Graph data structure in JavaScript

    JavaScript
    Auf GitHub ansehen↗576
  • arjarav98/dynavarAvatar von ArjArav98

    ArjArav98/DynaVar

    7Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7
  • arximboldi/immerAvatar von arximboldi

    arximboldi/immer

    2,854Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗2,854
  • attaswift/btreeAvatar von attaswift

    attaswift/BTree

    1,324Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗1,324
  • barerose/dynarrB

    BareRose/dynarr

    0Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗0
  • bits-and-blooms/bitsetAvatar von bits-and-blooms

    bits-and-blooms/bitset

    1,505Auf GitHub ansehen↗

    Go package implementing bitsets

    Go
    Auf GitHub ansehen↗1,505
  • bits-and-blooms/bloomAvatar von bits-and-blooms

    bits-and-blooms/bloom

    2,791Auf GitHub ansehen↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Auf GitHub ansehen↗2,791
  • bulldog2011/bigqueueAvatar von bulldog2011

    bulldog2011/bigqueue

    568Auf GitHub ansehen↗

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

    Java
    Auf GitHub ansehen↗568
  • buserror/simavrAvatar von buserror

    buserror/simavr

    1,738Auf GitHub ansehen↗
    Cavr-gccavr-simulatorc
    Auf GitHub ansehen↗1,738
  • bwireman/delayB

    bwireman/delay

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • bwireman/gleitherAvatar von bwireman

    bwireman/gleither

    3Auf GitHub ansehen↗

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

    Gleam
    Auf GitHub ansehen↗3
  • c0fec0de/anytreeAvatar von c0fec0de

    c0fec0de/anytree

    1,086Auf GitHub ansehen↗

    Python tree data library

    Python
    Auf GitHub ansehen↗1,086
  • cameron314/concurrentqueueAvatar von cameron314

    cameron314/concurrentqueue

    12,070Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗12,070
  • cdgriffith/boxAvatar von cdgriffith

    cdgriffith/Box

    2,823Auf GitHub ansehen↗

    Python dictionaries with advanced dot notation access

    Python
    Auf GitHub ansehen↗2,823
  • cl0610/java-concurrencyAvatar von CL0610

    CL0610/Java-concurrency

    4,590Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,590
  • cornelk/hashmapAvatar von cornelk

    cornelk/hashmap

    1,879Auf GitHub ansehen↗

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

    Gofastgogolang
    Auf GitHub ansehen↗1,879
  • cosmicmind/algorithmAvatar von CosmicMind

    CosmicMind/Algorithm

    826Auf GitHub ansehen↗

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

    Swift
    Auf GitHub ansehen↗826
  • danielgibson/snippetsAvatar von DanielGibson

    DanielGibson/Snippets

    207Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗207
  • davecom/swiftgraphAvatar von davecom

    davecom/SwiftGraph

    806Auf GitHub ansehen↗

    A Graph Library for Swift

    Swift
    Auf GitHub ansehen↗806
  • davecom/swiftpriorityqueueAvatar von davecom

    davecom/SwiftPriorityQueue

    375Auf GitHub ansehen↗

    A Generic Priority Queue in Pure Swift

    Swift
    Auf GitHub ansehen↗375
  • dchest/siphashD

    dchest/siphash

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • deckarep/golang-setAvatar von deckarep

    deckarep/golang-set

    4,690Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,690
  • dghubble/trieD

    dghubble/trie

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • aio-libs/janusAvatar von aio-libs

    aio-libs/janus

    963Auf GitHub ansehen↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    Auf GitHub ansehen↗963