mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2113b7cd23
Moved Dir.children from Ruby to C implementation to eliminate Ruby loop overhead and string comparison inefficiencies. Uses existing skip_name_p helper to filter out "." and ".." entries efficiently in C. Co-authored-by: Claude <noreply@anthropic.com>