slow function call in V8 when using the same key for the functions in different objects
First fundamentals. V8 uses hidden classes connected with transitions to discover static structure in the fluffy shapeless JavaScript objects. Hidden classes describe the structure of the object, transitions link hidden classes together describing which hidden class should be used if a certain action is performed on an object. For example the code below would lead … Read more