Files
mruby-mruby/mrbgems
leviongit 81bb520919 unify the code for filter methods (and speed up #reject!)
the worst case for `Array#reject!` (i.e. a proc always returning `true`)
is at least 5x worse than the worst case for `Array#select!` (proc
always returning `false`)

this commit unifies these implementations and inlines the (effective)
call of `#select!` in `#keep_if` and `#reject!` in `#delete_if`
2024-04-13 08:53:32 +02:00
..
2023-05-22 12:05:35 +09:00
2024-01-20 22:07:29 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00