Commit Graph

9 Commits

Author SHA1 Message Date
0129039df9 improve test coverage
All checks were successful
/ test (pull_request) Successful in 2m27s
2026-02-14 00:05:06 +01:00
03ec68cc40 remove unsigned support 2026-02-05 14:19:51 +01:00
f18adc08b9 implement shorthand bytearray operations 2026-02-03 23:01:19 +01:00
d7d4e0c635 implement bytearray operators with byte 2026-01-22 11:35:09 +01:00
d7e65ccc32 fix ByteArray to numeric conversion
All checks were successful
/ test (pull_request) Successful in 2m49s
2026-01-15 16:18:44 +01:00
dddf2bab93 add return types 2026-01-15 14:56:46 +01:00
ff0e17b5ad switch to signed-first approach
All checks were successful
/ test (pull_request) Successful in 2m47s
It turns out signed math is more performant
2026-01-15 14:10:14 +01:00
947ef907a5 more optimizations, split ci
All checks were successful
/ test (pull_request) Successful in 6m14s
2026-01-14 16:03:16 +01:00
cc9961084c implement optimizations 2026-01-14 15:36:50 +01:00