Show HN: Elsa – A QuickJS wrapper written in Go
1–10 of 69 posts
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#2N̶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̶.̶
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#3There are some benchmarks against Deno here (as JSON files): https://github.com/elsaland/elsa/tree/master/benchmarks
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#4It's a simple command-line application that dispatches to the quickjs runtime. The headline is somewhat misleading.
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#5There 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
#6N̶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?
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#7Re: Show HN: Elsa – A QuickJS wrapper written in Go
#8let it Go
Re: Show HN: Elsa – A QuickJS wrapper written in Go
#9There 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
#10There 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.