Could avoid the need to create subarrays when matching i.e. `re2.test(buffer.subarray(1,3))` vs `re2.test(buffer, 1, 2)`
Could avoid the need to create subarrays when matching
i.e.
re2.test(buffer.subarray(1,3))vsre2.test(buffer, 1, 2)