dice
dice copied to clipboard
Support: Byte Array DataType and Operations
This PR addresses [Issue]
- New data type: ByteArray
- Introduced a length property inside ByteArray to be used whenever we call len().
- Clearing the data of ByteArray if we decrease its size! [Example]
- Commands like SETBIT/GETBIT/BITCOUNT/BitOp
- With unit Test cases.
- With benchmark test cases.
Note:
- I have not addressed the BITOP operation in this PR because it is already quite large.