geojson2svg
geojson2svg copied to clipboard
Get rid of deep merging
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
and _selectStyle()