Using Array#+ for large sets (e.g. in the benchmarks) is _really_ slow. Interesting enough Array#unshift uses as much memory as the Racc parser and is about as fast, even though it has to move memory around. |
||
|---|---|---|
| .. | ||
| oga | ||
| oga.rb | ||
Using Array#+ for large sets (e.g. in the benchmarks) is _really_ slow. Interesting enough Array#unshift uses as much memory as the Racc parser and is about as fast, even though it has to move memory around. |
||
|---|---|---|
| .. | ||
| oga | ||
| oga.rb | ||