this post was submitted on 19 Feb 2026
1 points (100.0% liked)

JavaScript

2720 readers
1 users here now

founded 2 years ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] spartanatreyu@programming.dev 0 points 2 months ago (3 children)

This benchmark is pretty useless.

There's no benchmark code shown to see if they're doing something wrong or cherrypicking.

Also, they only tested on arm64? Why weren't they testing on x86-64?


And what the hell is this test?

Common data transformation pattern, map then aggregate with reduce.

People who care about performance are using loops, not map(). Why are you even testing the slow path?

[–] codeinabox@programming.dev 0 points 2 months ago

What are your thoughts on this 2023 comparison?

[–] codeinabox@programming.dev 0 points 2 months ago

People who care about performance are using loops

Well that depends, generators are faster than loops when you're using Bun or Node.

[–] sin_free_for_00_days@sopuli.xyz 0 points 2 months ago (1 children)

I think it's a poorly hidden advertisement.

[–] codeinabox@programming.dev 0 points 2 months ago (2 children)

For what? I don't see any products or services being promoted in this article.

[–] spartanatreyu@programming.dev 0 points 2 months ago

I don’t see any products or services being promoted in this article.

That's kind of the point. You're not supposed to.

They're farming links so search engines see their domain as more important. That way, their entry will appear higher up on search results against competitors for their paid products.

[–] sin_free_for_00_days@sopuli.xyz 0 points 2 months ago (1 children)
[–] codeinabox@programming.dev 0 points 2 months ago

So to confirm, you don't trust blogs where the company is selling a product or service, even if they don't mention it in the article? If so, that would cover a lot of articles shared on this instance.