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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to kelindar/bitmap

Open-source alternatives to Bitmap

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

  • xtaci/algorithmsAvatar de xtaci

    xtaci/algorithms

    5,454Voir sur GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    Voir sur GitHub↗5,454
  • adrianbrad/queueAvatar de adrianbrad

    adrianbrad/queue

    357Voir sur GitHub↗

    ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

    Go
    Voir sur GitHub↗357
  • bits-and-blooms/bitsetAvatar de bits-and-blooms

    bits-and-blooms/bitset

    1,505Voir sur GitHub↗

    Go package implementing bitsets

    Go
    Voir sur GitHub↗1,505
  • agnivade/levenshteinAvatar de agnivade

    agnivade/levenshtein

    470Voir sur GitHub↗

    Go implementation to calculate Levenshtein Distance.

    Go
    Voir sur GitHub↗470
  • aio-arch/graphlibAvatar de aio-arch

    aio-arch/graphlib

    4Voir sur GitHub↗

    Topological sort lib,Sorting and pruning of DAG graphs.

    Go
    Voir sur GitHub↗4

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • alandefreitas/smallAvatar de alandefreitas

    alandefreitas/small

    150Voir sur GitHub↗

    C++ small containers

    C++
    Voir sur GitHub↗150
  • algorithm-ninja/cpp-btreeAvatar de algorithm-ninja

    algorithm-ninja/cpp-btree

    80Voir sur GitHub↗

    Git mirror of the official (mercurial) repository of cpp-btree

    C
    Voir sur GitHub↗80
  • alvii147/gloopAvatar de alvii147

    alvii147/gloop

    28Voir sur GitHub↗

    Go utility library for convenient looping using Go's range-over-func feature

    Go
    Voir sur GitHub↗28
  • amallia/go-efAvatar de amallia

    amallia/go-ef

    41Voir sur GitHub↗

    A Go implementation of the Elias-Fano encoding

    Go
    Voir sur GitHub↗41
  • arximboldi/immerAvatar de arximboldi

    arximboldi/immer

    2,854Voir sur GitHub↗

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

    C++
    Voir sur GitHub↗2,854
  • athari/yalinqoAvatar de Athari

    Athari/YaLinqo

    453Voir sur GitHub↗

    Yet Another LINQ to Objects for PHP Simplified BSD

    PHP
    Voir sur GitHub↗453
  • aurelien-rainone/go-rquadAvatar de aurelien-rainone

    aurelien-rainone/go-rquad

    141Voir sur GitHub↗

    :pushpin: State of the art point location and neighbour finding algorithms for region quadtrees, in Go

    Go
    Voir sur GitHub↗141
  • axiomhq/hyperloglogAvatar de axiomhq

    axiomhq/hyperloglog

    1,038Voir sur GitHub↗

    HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

    Go
    Voir sur GitHub↗1,038
  • barweiss/go-tupleAvatar de barweiss

    barweiss/go-tuple

    100Voir sur GitHub↗

    Go 1.18+ generic tuple

    Go
    Voir sur GitHub↗100
  • agext/levenshteinAvatar de agext

    agext/levenshtein

    92Voir sur GitHub↗

    Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.

    Go
    Voir sur GitHub↗92
  • bits-and-blooms/bloomAvatar de bits-and-blooms

    bits-and-blooms/bloom

    2,791Voir sur GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    Voir sur GitHub↗2,791
  • blackrabbitt/mspmAvatar de BlackRabbitt

    BlackRabbitt/mspm

    29Voir sur GitHub↗

    Multi-String Pattern Matching Algorithm Using TrieNode

    Go
    Voir sur GitHub↗29
  • blevesearch/bleveAvatar de blevesearch

    blevesearch/bleve

    10,986Voir sur GitHub↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    Voir sur GitHub↗10,986
  • bobg/comboAvatar de bobg

    bobg/combo

    3Voir sur GitHub↗

    Combinatorial operations for Go

    Go
    Voir sur GitHub↗3
  • bobg/go-genericsAvatar de bobg

    bobg/go-generics

    87Voir sur GitHub↗

    This is go-generics, a collection of typesafe generic utilities for slices, sets, and goroutine patterns in Go.

    Go
    Voir sur GitHub↗87
  • bobg/hashsplitAvatar de bobg

    bobg/hashsplit

    32Voir sur GitHub↗

    Hashsplitting is a way of dividing a byte stream into pieces based on the stream's content rather than on any predetermined chunk size. As the Splitter reads the stream it maintains a rolling checksum of the last several bytes. A chunk boundary occurs when the rolling checksum has enough…

    Go
    Voir sur GitHub↗32
  • bobg/merkleAvatar de bobg

    bobg/merkle

    22Voir sur GitHub↗

    Merkle hash trees

    Go
    Voir sur GitHub↗22
  • bw-hro/sqlitemapAvatar de bw-hro

    bw-hro/sqlitemap

    8Voir sur GitHub↗

    sqlitemap is a lightweight C++ wrapper around SQLite that provides a simple, map-like interface.

    C++
    Voir sur GitHub↗8
  • cakephp/collectionAvatar de cakephp

    cakephp/collection

    90Voir sur GitHub↗

    READ-ONLY Collection library in CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

    PHP
    Voir sur GitHub↗90
  • cameron314/concurrentqueueAvatar de cameron314

    cameron314/concurrentqueue

    12,070Voir sur 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++
    Voir sur GitHub↗12,070
  • cbergoon/merkletreeC

    cbergoon/merkletree

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • cocoonspace/fsmAvatar de cocoonspace

    cocoonspace/fsm

    90Voir sur GitHub↗

    Finite State Machine package in Go

    Go
    Voir sur GitHub↗90
  • cristianbuse/vba-fastdictionaryAvatar de cristianbuse

    cristianbuse/VBA-FastDictionary

    65Voir sur GitHub↗

    Fast Native Dictionary for VBA compatible with Windows and Mac

    VBA
    Voir sur GitHub↗65
  • cweiske/jsonmapperAvatar de cweiske

    cweiske/jsonmapper

    1,574Voir sur GitHub↗

    Map nested JSON structures onto PHP classes

    PHP
    Voir sur GitHub↗1,574
  • accelerationnet/accessAvatar de AccelerationNet

    AccelerationNet/access

    91Voir sur GitHub↗

    A common lisp library to unify access to common dictionary-like data-structures

    Common Lisp
    Voir sur GitHub↗91