awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
lemire avatar

lemire/EWAHBoolArray

0
View on GitHub↗
459 stars·85 forks·C++·10 viewslemire.github.io/EWAHBoolArray↗

EWAHBoolArray

The class EWAHBoolArray is a compressed bitset data structure. It supports several word sizes by a template parameter (16-bit, 32-bit, 64-bit). You should expect the 64-bit word-size to provide better performance, but higher memory usage, while a 32-bit word-size might compress a bit better, at…

Features

  • Embedded Projects - Bitmap compression algorithm implementation.

Star history

Star history chart for lemire/ewahboolarrayStar history chart for lemire/ewahboolarray

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with EWAHBoolArray

These projects share indexed features with EWAHBoolArray. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • arduino/arduinoarduino avatar

    arduino/Arduino

    14,599View on GitHub↗

    Arduino is a physical computing platform and an open hardware standard used to build interactive electronic objects and standalone devices. It provides a C++ microcontroller IDE and an embedded systems framework for writing, compiling, and uploading code to microcontroller boards. The ecosystem facilitates embedded systems programming and interactive hardware prototyping, allowing for the creation of devices that respond to environmental changes or user input. It enables the development of physical computing projects by managing the connection and flashing of code to various hardware boards.

    Java
    View on GitHub↗14,599
  • armmbed/daplinkARMmbed avatar

    ARMmbed/DAPLink

    2,748View on GitHub↗

    Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This…

    C
    View on GitHub↗2,748
  • avem-labs/avemavem-labs avatar

    avem-labs/Avem

    2,817View on GitHub↗

    UAV - STM32F103 - 6 Axes sensor MPU6050 - Quaternion & Euler Angles Compute - PID Controller

    C
    View on GitHub↗2,817
  • alexklimaj/lipow-firmwareAlexKlimaj avatar

    AlexKlimaj/LiPow-Firmware

    348View on GitHub↗

    Firmware for LiPow the open Source Lipo Battery Charger with USB C Power Delivery Based on the STM32G0

    C
    View on GitHub↗348
Compare all 13 related projects→

Frequently asked questions

What does lemire/ewahboolarray do?

The class EWAHBoolArray is a compressed bitset data structure. It supports several word sizes by a template parameter (16-bit, 32-bit, 64-bit). You should expect the 64-bit word-size to provide better performance, but higher memory usage, while a 32-bit word-size might compress a bit better, at…

What are the main features of lemire/ewahboolarray?

The main features of lemire/ewahboolarray are: Embedded Projects.

Which projects share features with lemire/ewahboolarray?

Projects with overlapping indexed features include: arduino/arduino — Arduino is a physical computing platform and an open hardware standard used to build interactive electronic objects… armmbed/daplink — Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software… avem-labs/avem — [UAV] - [STM32F103] - 6 Axes sensor MPU6050 - Quaternion & Euler Angles Compute - PID Controller. billhsu/miniq — MiniQ: An opensource mini quadcopter, from hardware design to control algorithms. cjeeks/mcu-development — 以前做的项目,最近想要共享出来,包含51、430、STM32F10X、STM32F407X,T4MC123G这5种平台,基于每个平台都有一套相同的模块,包含继电器、直流电机、步进电机、温湿度传感器、气压传感器、串口RFID模块、串口mp3… alexklimaj/lipow-firmware — Firmware for LiPow the open Source Lipo Battery Charger with USB C Power Delivery Based on the STM32G0.