|
|
|
|
|
by franciscop
1342 days ago
|
|
The benchmark, while it seems (without knowing the function specifics) that it is overtesting (testing hash(toptr(n)) instead of just hash(m)), it is the same on both tests so it does feel like a fair comparison? Sure it could be done differently to make a more atomic comparison, but the composite comparison still feels fair if both operations tend to be performed together. Def not an "expose". Overall though, Bun is an amazing accomplishment for many reasons and I'd love if the project focused a bit less on the supposedly benchmark/performance and more in some other things it brings to the table, like it being based on `JavaScriptCore`, being an alternative to Node but still mostly compatible, the speed of development (vs Node which we've been complaining that has stagnated for years), etc. Not saying not to mention impressive benchmarks, just that it'd be nice to highlight the other points as well! I personally also don't like the direction Deno was taking, and def welcome Bun as a modern alternative to Node. |
|
Yeah, the story is:
Deno: Hi, we are a new nodejs alternative without all the mistakes nodejs made.
Bun: Hi
Deno: We are going to adopt all nodejs mistakes.