Javascript Engine Nan Boxing Optimization Pointers V8 Why Does V8 Uses Pointer Tagging And Not Nan Boxing? May 30, 2024 Post a Comment 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?
Javascript Optimization Javascript: Fast Random Indexing Of Object Keys October 24, 2023 Post a Comment 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