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

How To Do This Coordinate System Operation More Efficiently?

I'm making a 3D game, where the player's back should always be facing the camera and he sho… Read more How To Do This Coordinate System Operation More Efficiently?

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

Java Script Optimization For A Google Apps Script

I have the working code below that compares two sets of data from two different sheets. One is a li… Read more Java Script Optimization For A Google Apps Script

Javascript: Fast Random Indexing Of Object Keys

I am attempting to randomly select a random property from an object that I use as a dictionary for … Read more Javascript: Fast Random Indexing Of Object Keys

Jquery / Javascript — How To Optimise My Site Load Visually?

I'm making finishing touches on my site and am struggling to make the load of the page look les… Read more Jquery / Javascript — How To Optimise My Site Load Visually?

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?