aufhebung substance
aufhebung substance
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
Deno is faster LMAO
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
Bun:
Time taken for tests 0.6 seconds
Total requests 10000
Successful requests 10000
Failed requests 0
Requests per second 15916.64 [#/sec]
Median time per request 1ms
Average time per request 1ms
Sample standard deviation 5ms
99.0'th percentile 4ms
99.5'th percentile 36ms
99.9'th percentile 36ms
Time taken for tests 0.6 seconds
Total requests 10000
Successful requests 10000
Failed requests 0
Requests per second 15916.64 [#/sec]
Median time per request 1ms
Average time per request 1ms
Sample standard deviation 5ms
99.0'th percentile 4ms
99.5'th percentile 36ms
99.9'th percentile 36ms
Deno:
Time taken for tests 0.6 seconds
Total requests 10000
Successful requests 10000
Failed requests 0
Requests per second 16101.09 [#/sec]
Median time per request 1ms
Average time per request 1ms
Sample standard deviation 5ms
99.0'th percentile 3ms
99.5'th percentile 26ms
99.9'th percentile 26ms
Time taken for tests 0.6 seconds
Total requests 10000
Successful requests 10000
Failed requests 0
Requests per second 16101.09 [#/sec]
Median time per request 1ms
Average time per request 1ms
Sample standard deviation 5ms
99.0'th percentile 3ms
99.5'th percentile 26ms
99.9'th percentile 26ms
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
btw I made my own little benchmark: - @hono/hono (jsr) - deno vs. bun - benchmark with drill
concurrency: 100
iterations: 10000
rampup: 2

plan:
- name: Fetch hello world
request:
url: /
concurrency: 100
iterations: 10000
rampup: 2

plan:
- name: Fetch hello world
request:
url: /
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
NIce, hopefully we will see it to be merged
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
in Bun example it says it will minify the code and bytecode will run the JSCore faster.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
it's maybe deno does this as default
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
yeah but can you minify and bytecode the bun example and re-give the results
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
I really think there is a problem.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
lol nah idc, I wish I could use gentoo
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
Hmm, I installed it with CachyOS repo too and it's 125M whereas Deno's official binary is 137M (so 12M difference, but it could be because CachyOS optimizes it for Zen 4 arch.)
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
When I first started to start to learn Rust, the release builds on WIN was smaller.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
I think it's the opposite.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
Yeah, I'm trying to brainstorm the idea and actually give an honest opinion to the creators by users.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
CachyOS's own optimized binary.
deno 2.1.6
125M /usr/bin/deno
deno 2.1.6
125M /usr/bin/deno
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
let's see in binary size how much it will be.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
hmm, so it's 38.08MiB when installing that means it's 7MiB less than Deno's official binary when installing with script.
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
cachyos-extra-znver4/deno 2.1.6-1.1 124.99 MiB 38.08 MiB

Total Download Size: 38.08 MiB
Total Installed Size: 124.99 MiB
cachyos-extra-znver4/deno 2.1.6-1.1 124.99 MiB 38.08 MiB

Total Download Size: 38.08 MiB
Total Installed Size: 124.99 MiB
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
I'm on CachyOS, I can install the executable provided by my distro? let's see!
94 replies
DDeno
Created by aufhebung substance on 1/26/2025 in #help
Why deno.exec is much larger than bun.exec
when I upgrade I reduced the binary by 2M too.
94 replies