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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to google/highwayhash

Open-source alternatives to Highwayhash

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

  • ashvardanian/stringzillaashvardanian avatar

    ashvardanian/StringZilla

    3,494View on GitHub↗

    Up to 100x faster strings for C, C++, CUDA, Python, Rust, Swift, JS, & Go, leveraging NEON, AVX2, AVX-512, SVE, GPGPU, & SWAR to accelerate search, hashing, sorting, edit distances, sketches, and memory ops 🦖

    Cdatasetedit-distancegpu
    View on GitHub↗3,494
  • keybuk/libnihkeybuk avatar

    keybuk/libnih

    92View on GitHub↗

    NIH Utility Library

    C
    View on GitHub↗92
  • nothings/stbnothings avatar

    nothings/stb

    33,970View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    C
    View on GitHub↗33,970
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486

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
  • pspdev/pspsdkpspdev avatar

    pspdev/pspsdk

    1,127View on GitHub↗

    An open-source SDK for PSP homebrew development.

    C
    View on GitHub↗1,127
  • abo/rerateA

    abo/rerate

    0View on GitHub↗
    View on GitHub↗0
  • abiggerhammer/hammerabiggerhammer avatar

    abiggerhammer/hammer

    291View on GitHub↗

    Parser combinators for binary formats, in C. Yes, in C. What? Don't look at me like that.

    C
    View on GitHub↗291
  • 0xdexter0us/uproot-js0xDexter0us avatar

    0xDexter0us/uproot-JS

    97View on GitHub↗

    Extract JavaScript files from burp suite project with ease.

    Kotlin
    View on GitHub↗97
  • adamralph/bullseyeadamralph avatar

    adamralph/bullseye

    946View on GitHub↗

    🎯 A .NET library, developed by humans, for running a target dependency graph.

    C#
    View on GitHub↗946
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0View on GitHub↗
    View on GitHub↗0
  • adaptiveconsulting/aeron.netAdaptiveConsulting avatar

    AdaptiveConsulting/Aeron.NET

    518View on GitHub↗

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    View on GitHub↗518
  • adelowo/onecacheA

    adelowo/onecache

    0View on GitHub↗
    View on GitHub↗0
  • adis300/fft-cadis300 avatar

    adis300/fft-c

    26View on GitHub↗

    Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly.

    C
    View on GitHub↗26
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHub↗4,418
  • 6bee/remote.linq6bee avatar

    6bee/Remote.Linq

    356View on GitHub↗

    Simply LINQ your remote resources...

    C#arbitrary-linq-queriesentityentity-framework
    View on GitHub↗356
  • agileobjects/agilemapperagileobjects avatar

    agileobjects/AgileMapper

    463View on GitHub↗

    A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. .NET 3.5+ and .NET Standard 1.0+.

    C#dtomappermapping
    View on GitHub↗463
  • ageekinside/fastapi-jinjaAGeekInside avatar

    AGeekInside/fastapi-jinja

    159View on GitHub↗

    Adds integration of the Jinja template language to FastAPI.

    Python
    View on GitHub↗159
  • ackintosh/ganeshaackintosh avatar

    ackintosh/ganesha

    666View on GitHub↗

    :elephant: A Circuit Breaker pattern implementation for PHP applications.

    PHP
    View on GitHub↗666
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on GitHub↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    View on GitHub↗26,821
  • aio-libs/aiozipkinaio-libs avatar

    aio-libs/aiozipkin

    193View on GitHub↗

    Distributed tracing instrumentation for asyncio with zipkin

    Python
    View on GitHub↗193
  • aiokitchen/aiomiscaiokitchen avatar

    aiokitchen/aiomisc

    425View on GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    View on GitHub↗425
  • akaion/bleakA

    Akaion/Bleak

    0View on GitHub↗
    View on GitHub↗0
  • alanxz/rabbitmq-calanxz avatar

    alanxz/rabbitmq-c

    1,859View on GitHub↗

    RabbitMQ C client

    C
    View on GitHub↗1,859
  • alejandrosuero/freeze-code.nvimAlejandroSuero avatar

    AlejandroSuero/freeze-code.nvim

    32View on GitHub↗

    Take a code screenshot using freeze by https://charm.sh/

    Lua
    View on GitHub↗32
  • alex-lairan/monadsalex-lairan avatar

    alex-lairan/monads

    48View on GitHub↗

    Monads for Crystal

    Crystal
    View on GitHub↗48
  • alexanderagd/clistAlexanderAgd avatar

    AlexanderAgd/CLIST

    67View on GitHub↗

    C List - universal list solution for C and C++, easy and fast, all data types supported

    C
    View on GitHub↗67
  • alexdelorenzo/aiopathalexdelorenzo avatar

    alexdelorenzo/aiopath

    198View on GitHub↗

    📁 Asynchronous pathlib for Python

    Python
    View on GitHub↗198
  • alexdlaird/amazon-ordersalexdlaird avatar

    alexdlaird/amazon-orders

    151View on GitHub↗

    A Python library (and CLI) for Amazon order history, line items, and transactions

    Python
    View on GitHub↗151
  • alexeyxo/protobuf-swiftalexeyxo avatar

    alexeyxo/protobuf-swift

    938View on GitHub↗

    Google ProtocolBuffers for Apple Swift

    Swift
    View on GitHub↗938
  • agauniyal/rangagauniyal avatar

    agauniyal/rang

    1,581View on GitHub↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    View on GitHub↗1,581