mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0542d6bad4
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.