Benchmarks tagged "map"
Map vs for loop
Testing the performance of selecting fields out of a list of objects using map vs other methods
By: mobiushorizonsImmutable Map Implementations
Compares different ways of creating an immutable map in JavaScript.
By: calebmerJavaScript Map vs. Plain Object
Testing the performance of simple key/value pair data structures implemented using native JavaScript...
By: cgatno