mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
df35982297
The C implementation uses hash-based deduplication for large arrays (>16 elements) and linear search for smaller arrays, following the same pattern as other set operations. Co-authored-by: Atlassian Rovo Dev