awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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.

Star 历史

bits-and-blooms/bitset 的 Star 历史图表bits-and-blooms/bitset 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Bitset 的开源替代方案

相似的开源项目,按与 Bitset 的功能重合度排序。
  • arximboldi/immerarximboldi 的头像

    arximboldi/immer

    2,854在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗2,854
  • bits-and-blooms/bloombits-and-blooms 的头像

    bits-and-blooms/bloom

    2,791在 GitHub 上查看↗

    Go package implementing Bloom filters, used by many important systems

    Go
    在 GitHub 上查看↗2,791
  • alandefreitas/smallalandefreitas 的头像

    alandefreitas/small

    150在 GitHub 上查看↗

    C++ small containers

    C++
    在 GitHub 上查看↗150
  • cameron314/concurrentqueuecameron314 的头像

    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
查看 Bitset 的所有 30 个替代方案→

常见问题解答

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…