Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
vatson1368y@lostpirate long story short. We need to parse huge csv files (1mb-1gb) and format them(i18n of content, l10n of date/numbers/percentage). All data should be streamed through system with zero letency. Also there is a lot of concurrent requests. All existing modules for csv parsing and formatting date/numbers are slow. Even we will write custom implementation of it, piping of data through nodejs' streams is still bottleneck
-
vatson1368y@aswinramakrish my teammates have already created POC with go which is x36 faster than current solution
Related Rants
That moment when you realize that if you want fast with nodejs you should know cpp
undefined
fuuuu
nodejs
cpp