NoiseByNorthwest / php-spx

A simple & straight-to-the-point PHP profiling extension with its built-in web UI
GNU General Public License v3.0
2.14k stars 84 forks source link

Report analysis: use chunked arrays #129

Closed NoiseByNorthwest closed 4 years ago

NoiseByNorthwest commented 4 years ago

This patch makes the report analysis screen not dependant anymore of big arrays. It now uses chunked arrays (i.e. multi-buffers backed arrays) in order to circumvent the ArrayBuffer size limit (2^31 - 1).

References #123