-
Yukihiro "Matz" Matsumoto authored
The function requires the buffer bigger than `mrb_packed_int_len()` anyway, so we don't need boundary checks for each iteration. Should makes the function a little bit faster.
Yukihiro "Matz" Matsumoto authoredThe function requires the buffer bigger than `mrb_packed_int_len()` anyway, so we don't need boundary checks for each iteration. Should makes the function a little bit faster.
Loading