|
|
|
|
|
by _bxg1
2421 days ago
|
|
All of JS's list processing functions are pretty inefficient, since at the bare minimum each one creates and copies to a new array (as opposed to, say, Rust iterators). You use them when elegance is more important than performance; N^2 is fine when N is eight. |
|
I try not to leave grenades laying around too often, myself.