Benchmarks tagged "object"
POJOS vs DOM Elements
This benchmark is intended to test the underlying assumption of VDOMs that creating plain JavaScript...
By: jhnnsFiltering objects
I want to be able to filter objects using a predicate function which will allow me to discard specif...
By: karolReflect vs Object (defineProperty)
This is benching the difference between Reflect and Object's defineProperty methods.
By: thelarkinnJavaScript Map vs. Plain Object
Testing the performance of simple key/value pair data structures implemented using native JavaScript...
By: cgatnoShallow clone object
Shallowly clone an object. This means only the top level properties will be cloned. Nested propertie...
By: robinmalfaitdeconstructing assignment vs direct assignment
Which one is better regarding memory/cpu pressure when accessing object properties, the deconstructi...
By: danielTest object for symbol
Access an object property where the key is a symbol using hasOwnProperty vs direct property access.
By: daniel