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

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

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

bits-and-blooms/bloom

0
View on GitHub↗
2,791 نجوم·259 تفرعات·Go·BSD-2-Clause·1 مشاهدةbits-and-blooms.github.io/bloom↗

Bloom

Go package implementing Bloom filters, used by many important systems

Features

  • Data Structures - Bloom filter implementation.
  • Data Structures - Bloom filter implementation.

سجل النجوم

مخطط تاريخ النجوم لـ bits-and-blooms/bloomمخطط تاريخ النجوم لـ bits-and-blooms/bloom

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

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

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

Start searching with AI

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

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

    arximboldi/immer

    2,854عرض على GitHub↗

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

    C++
    عرض على GitHub↗2,854
  • bits-and-blooms/bitsetالصورة الرمزية لـ bits-and-blooms

    bits-and-blooms/bitset

    1,505عرض على GitHub↗

    Go package implementing bitsets

    Go
    عرض على GitHub↗1,505
  • alandefreitas/smallالصورة الرمزية لـ alandefreitas

    alandefreitas/small

    150عرض على GitHub↗

    C++ small containers

    C++
    عرض على GitHub↗150
  • cameron314/concurrentqueueالصورة الرمزية لـ cameron314

    cameron314/concurrentqueue

    12,070عرض على 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++
    عرض على GitHub↗12,070
عرض جميع البدائل الـ 30 لـ Bloom→

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

ما هي وظيفة bits-and-blooms/bloom؟

Go package implementing Bloom filters, used by many important systems

ما هي الميزات الرئيسية لـ bits-and-blooms/bloom؟

الميزات الرئيسية لـ bits-and-blooms/bloom هي: Data Structures.

ما هي البدائل مفتوحة المصدر لـ bits-and-blooms/bloom؟

تشمل البدائل مفتوحة المصدر لـ bits-and-blooms/bloom: bits-and-blooms/bitset — Go package implementing bitsets. deckarep/golang-set — This project is a set theory library for Go that provides a data structure for storing unique elements of any… alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… facebook/immutable-js — This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation…