DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

#142 - Support for byte array #174

Closed yashs360 closed 1 month ago

yashs360 commented 1 month ago

Added very basic byte array, with SETBIT, GETBIT and BITCOUNT support to prove functional capabilities.

Please share feedback.

yashs360 commented 1 month ago

Please review @arpitbbhayani @JyotinderSingh

arpitbbhayani commented 1 month ago

This is amazing. Loved the implementation of popcount.