Closed cclauss closed 7 years ago
@cclauss Something is wrong with this change...it runs much much slower.
When I run howmanypeoplearearound -z file.json using this patch it it takes about 10 seconds before it even starts the server. The current version only takes ~ 1 second.
howmanypeoplearearound -z file.json
Sorry. The set() trick is usually superfast but in this case, the unnecessary append()s added up.
Great thanks!
@cclauss Something is wrong with this change...it runs much much slower.
When I run
howmanypeoplearearound -z file.json
using this patch it it takes about 10 seconds before it even starts the server. The current version only takes ~ 1 second.