Open alexeyten opened 5 months ago
We are counting bytes so this will shave off 8 of them :smile:
Difference between substring and slice is irrelevant here because 0 <= cursor < index
0 <= cursor < index
@alexeyraspopov ping
its actually slower for whatever reason. the speed is more important than the bytes saved in this case imo
We are counting bytes so this will shave off 8 of them :smile:
Difference between substring and slice is irrelevant here because
0 <= cursor < index