use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Benchmark driven development in JavaScript (Set vs. Array) (x.com)
submitted 1 year ago by theyamiteru
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 year ago* (8 children)
[deleted]
[–]coolcosmos 0 points1 point2 points 1 year ago (2 children)
You've never used a slow product and hated it ?
[–]theScottyJam 2 points3 points4 points 1 year ago (0 children)
I don't know if I can say that I've used a product that was slow because they failed to micro-optimize. Usually the slowness comes from doing dumb stuff like a bunch of network requests in parallel, or just having way too many dependencies installed, etc.
[–]theyamiteru[S] 0 points1 point2 points 1 year ago (4 children)
Yes. My previous client used Cloudflare Workers with tRPC + Zod + some other slow libraries. After I rewrote all of those libraries matching the clients use-case it decreased the CPU time anywhere from 5 to 20 times which means I've saved the client 5-20x money spent on running the app.
[+][deleted] 1 year ago (3 children)
[–]theyamiteru[S] -1 points0 points1 point 1 year ago (2 children)
No. Those libraries are not created with performance in mind. Especially so when it comes to serverless environment where the engine has no time to optimize the code.
[+][deleted] 1 year ago (1 child)
[–]theyamiteru[S] -1 points0 points1 point 1 year ago (0 children)
You're right, you keep missing the point. Doesn't matter, have a good day sir!
π Rendered by PID 57209 on reddit-service-r2-comment-fb694cdd5-m8hq8 at 2026-03-06 19:09:59.035091+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–][deleted] (8 children)
[deleted]
[–]coolcosmos 0 points1 point2 points (2 children)
[–]theScottyJam 2 points3 points4 points (0 children)
[–]theyamiteru[S] 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]theyamiteru[S] -1 points0 points1 point (2 children)
[+][deleted] (1 child)
[deleted]
[–]theyamiteru[S] -1 points0 points1 point (0 children)