4 ms·
But how much do those type of performance benefits matter to JS tools like a linter? The only positive they’re getting out of a native compiler language is unn
by mastrsushi 5y ago
But how much do those type of performance benefits matter to JS tools like a linter?
The only positive they’re getting out of a native compiler language is unnoticeable performance boosts.
- Shish2k 5y agoSpotting lint problems in real time as I type is way more useful than spotting them after I submit a pull request and wait 10 minutes for the CI system to kick in :)
- junon 5y ago> But how much do those type of performance benefits matter to JS tools like a linter? A lot, I don't see how this is really a question. > The only positive they’re getting out of a native compiler language is unnoticeable performance boosts. 5 minutes to 1 second of build time for the same features isn't what I'd call "unnoticeable".
- pdimitar 5y agoDid you just call going from 5 minutes waiting to 1 second near-instant finish "an unnoticeable performance boost"? lol if so. :D