geojson2svg icon indicating copy to clipboard operation
geojson2svg copied to clipboard

Get rid of deep merging

Open w8r opened this issue 9 years ago • 1 comments

Currently the benchmark show that the render is as fast as d3 (which uses DOM) or sometimes slower. I see only one type of bottlenecks in the code - these object mergers. For styles they can be done in-place in _getStyles method, before rendering the attributes

w8r avatar Sep 26 '16 16:09 w8r

and _selectStyle()

w8r avatar Sep 27 '16 09:09 w8r