Live data from Hacker News

Show HN: Elsa – A QuickJS wrapper written in Go

github.com

1–10 of 69 posts

Re: Show HN: Elsa – A QuickJS wrapper written in Go

#5

There are some benchmarks against Deno here (as JSON files): https://github.com/elsaland/elsa/tree/master/benchmarks

Ofcourse; Deno is V8-based, which is a lot more full-featured than quickjs. Perhaps this is a more informative benchmark: https://bellard.org/quickjs/bench.html

Re: Show HN: Elsa – A QuickJS wrapper written in Go

#7
post #2

N̶i̶c̶e̶ ̶e̶x̶a̶m̶p̶l̶e̶ ̶o̶f̶ ̶a̶c̶t̶u̶a̶l̶ ̶s̶y̶s̶t̶e̶m̶s̶ ̶p̶r̶o̶g̶r̶a̶m̶i̶n̶g̶.̶

This is a wapper around an existing js runtime. How is this systems programming?

Ah, I should have looked better then, as I thought it was a proper runtime.

You are right.

Re: Show HN: Elsa – A QuickJS wrapper written in Go

#9

There are some benchmarks against Deno here (as JSON files): https://github.com/elsaland/elsa/tree/master/benchmarks

That is a horrible way to present benchmarks, but it's quite a big difference in favor of Elsa. I was under the impression Deno was built on Rust and V8 which should bode for good performance, Elsa must be doing something very good?

Re: Show HN: Elsa – A QuickJS wrapper written in Go

#10

There are some benchmarks against Deno here (as JSON files): https://github.com/elsaland/elsa/tree/master/benchmarks

That is a horrible way to present benchmarks, but it's quite a big difference in favor of Elsa. I was under the impression Deno was built on Rust and V8 which should bode for good performance, Elsa must be doing something very good?

Yeah, I've put more work into explaining the results of a benchmark I put on pastebin.
Post reply on HN