dice icon indicating copy to clipboard operation
dice copied to clipboard

Support: Byte Array DataType and Operations

Open MohitVachhani opened this issue 7 months ago • 11 comments

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.

MohitVachhani avatar Jul 24 '24 17:07 MohitVachhani