d3 / d3-dsv

A parser and formatter for delimiter-separated values, such as CSV and TSV.
https://d3js.org/d3-dsv
ISC License
437 stars 76 forks source link

Use Object.fromEntries to convert arrays into objects? #50

Closed mbostock closed 5 years ago

mbostock commented 5 years ago

We should investigate whether we still need to use a dynamic function to create objects efficiently, or if there’s an alternative performant approach now.

mbostock commented 5 years ago

The current approach still seems to be the most performant.

https://observablehq.com/d/c5237a74fa5fc4c1