Skip to content Skip to sidebar Skip to footer
Showing posts with the label Optimization

Shortcut Fusion Optimization In Javascript

I have heard that lodash and other javascript libraries use a technique called 'shortcut fusion… Read more Shortcut Fusion Optimization In Javascript

Optimizing Javascript For Multiple Browser Display At High Fps

I have an FFT using canvas that plots a high speed display. I want to optimize the code to have 16 … Read more Optimizing Javascript For Multiple Browser Display At High Fps

Why Does V8 Uses Pointer Tagging And Not Nan Boxing?

I'm learning V8 internals now. I learned that V8 uses pointer tagging for value storing, but wo… Read more Why Does V8 Uses Pointer Tagging And Not Nan Boxing?

Optimize Javascript Code On Searching For Matches In Array

Basically, I need to get the words from the array which are contained in the main string I have a l… Read more Optimize Javascript Code On Searching For Matches In Array

Optimizing Html5 Canvas Game

Right now I've got two game loops in a game I'm making. A draw loop that loops through an a… Read more Optimizing Html5 Canvas Game

An Efficient Way To Change This Dom Structure In Jquery

i want to reform the structure of a certain element. currently, it roughly resembles this structure… Read more An Efficient Way To Change This Dom Structure In Jquery

How To Stop Render-blocking Javascript And Css?

I have tested my page on Google PageSpeed Insights and It keeps saying 'Eliminate render-blocki… Read more How To Stop Render-blocking Javascript And Css?

How To Know Which Part Of My Js Is Making It Laggy?

I'm a javascript beginner and I'm trying to improve my skills. I'm currently working on… Read more How To Know Which Part Of My Js Is Making It Laggy?