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

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

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

bits-and-blooms/bitset

0
View on GitHub↗
1,505 نجوم·189 تفرعات·Go·BSD-3-Clause·3 مشاهداتbits-and-blooms.github.io/bitset↗

Bitset

Go package implementing bitsets

Features

  • Data Structures - Standard bitset implementation.
  • Data Structures - Bitset implementation.

سجل النجوم

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

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Bitset.
  • 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/bloomالصورة الرمزية لـ bits-and-blooms

    bits-and-blooms/bloom

    2,791عرض على GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    عرض على GitHub↗2,791
  • 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 لـ Bitset→

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

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

Go package implementing bitsets

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

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

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

تشمل البدائل مفتوحة المصدر لـ bits-and-blooms/bitset: bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. 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…