mapbox / shp-write

create and write to shapefiles in pure javascript
BSD 3-Clause "New" or "Revised" License
296 stars 189 forks source link

Feature/performance improvements #61

Open symbyte opened 6 years ago

symbyte commented 6 years ago

speeds up shp writing by an order of magnitude

sheindel commented 1 year ago

Hi @symbyte! Thanks for contributing to the project.

My understanding is that forEach isn't nearly as slow in todays browsers as it used to be in years gone by. Do you think this still has value for the project? Have you learned any other better techniques since you opened this PR? Thanks!