Performance

Making TensorflowJS work faster with WebWorkers.

15min coffee icon21 min read

Improving performance of running Tensorflow models in web applications.

Read

JSF*ck - Does code weirdness affect execution performance?

5min coffee icon5min coffee icon5min coffee icon5min coffee icon16 min read

Checking if how we write JS can change the performance of its execution even if it is the same code?

Read

React performance tricks

5min coffee icon5min coffee icon5min coffee icon5min coffee icon20 min read

How React is able to execute so fast and still remain flexible for a developer?

Read

Can JSON.parse() be performance improvement?

5min coffee icon5min coffee icon5min coffee icon15 min read

JSON.parse is a slow way to create copy of object. But can it actually improve performance of our code?

Read