|
|
|
|
|
by leeoniya
2448 days ago
|
|
i think a better question to ask is why the others are not faster. honestly i cannot answer that question without digging into the source of each to find their bottlenecks. allocating a ton of small objects or arrays is a very common source of slowness. |
|