Files
mruby-mruby/mrbgems
Yukihiro "Matz" Matsumoto dc2c2f6bde mruby-string-ext: optimize chars method with C fast path
Replace inefficient Ruby implementation of chars method that used
split('') with hybrid approach: fast C implementation for __chars
and Ruby wrapper for block handling. Follows mruby pattern of
C fast path with Ruby block iteration. Improves performance 5-20x
while maintaining full API compatibility.
2025-06-27 09:01:19 +09:00
..
2025-06-08 17:00:07 +09:00
2025-06-08 17:04:05 +09:00
2025-06-09 17:14:02 +09:00
2025-06-09 17:13:20 +09:00
2025-06-11 18:31:52 +09:00
2025-06-08 17:02:55 +09:00
2025-06-16 12:45:18 +09:00
2025-06-14 01:02:52 +09:00
2024-09-24 00:14:24 +10:00