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
·
bobg avatar

bobg/hashsplit

0
View on GitHub↗
32 Stars·3 Forks·Go·MIT·4 Aufrufe

Hashsplit

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…

Features

  • Data Structures - Content-based byte stream splitting.

Star-Verlauf

Star-Verlauf für bobg/hashsplitStar-Verlauf für bobg/hashsplit

KI-Suche

Entdecke weitere awesome Repositories

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

Start searching with AI

Häufig gestellte Fragen

Was macht bobg/hashsplit?

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…

Was sind die Hauptfunktionen von bobg/hashsplit?

Die Hauptfunktionen von bobg/hashsplit sind: Data Structures.

Welche Open-Source-Alternativen gibt es zu bobg/hashsplit?

Open-Source-Alternativen zu bobg/hashsplit sind unter anderem: xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… adrianbrad/queue — ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way. agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. aio-arch/graphlib — Topological sort lib,Sorting and pruning of DAG graphs. accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures.

Open-Source-Alternativen zu Hashsplit

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Hashsplit.
  • xtaci/algorithmsAvatar von xtaci

    xtaci/algorithms

    5,454Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,454
  • adrianbrad/queueAvatar von adrianbrad

    adrianbrad/queue

    357Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗357
  • agext/levenshteinAvatar von agext

    agext/levenshtein

    92Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗92
  • accelerationnet/accessAvatar von AccelerationNet

    AccelerationNet/access

    91Auf GitHub ansehen↗

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

    Common Lisp
    Auf GitHub ansehen↗91
Alle 30 Alternativen zu Hashsplit anzeigen→