Petre-Gabriel / greenlight

A minimal JavaScript framework for boosting production on small-scale web projects.
https://gl.petregabriel.ro
0 stars 0 forks source link

Feature/evaluator #14

Closed Petre-Gabriel closed 8 months ago

Petre-Gabriel commented 8 months ago

Created and added an asynchronous evaluator that extends the capabilities and limits of the previous versions.

It's not blocking the main thread as it doesn't have to and updates only when evaluation is ready.

Tested on my computer, it can handle ~820k requests per second with 14.3% self-time on full load. Tested in incognito mode ( no extensions ) with Chrome v121.0.6167.86