awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
bobg avatar

bobg/hashsplit

0
View on GitHub↗
32 نجوم·3 تفرعات·Go·MIT·4 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ bobg/hashsplitمخطط تاريخ النجوم لـ bobg/hashsplit

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Hashsplit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Hashsplit.
  • xtaci/algorithmsالصورة الرمزية لـ xtaci

    xtaci/algorithms

    5,454عرض على 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++
    عرض على GitHub↗5,454
  • adrianbrad/queueالصورة الرمزية لـ adrianbrad

    adrianbrad/queue

    357عرض على GitHub↗

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

    Go
    عرض على GitHub↗357
  • agext/levenshteinالصورة الرمزية لـ agext

    agext/levenshtein

    92عرض على GitHub↗

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

    Go
    عرض على GitHub↗92
  • accelerationnet/accessالصورة الرمزية لـ AccelerationNet

    AccelerationNet/access

    91عرض على GitHub↗

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

    Common Lisp
    عرض على GitHub↗91
عرض جميع البدائل الـ 30 لـ Hashsplit→

الأسئلة الشائعة

ما هي وظيفة 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…

ما هي الميزات الرئيسية لـ bobg/hashsplit؟

الميزات الرئيسية لـ bobg/hashsplit هي: Data Structures.

ما هي البدائل مفتوحة المصدر لـ bobg/hashsplit؟

تشمل البدائل مفتوحة المصدر لـ bobg/hashsplit: 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.