top | item 44861128 (no title) megapoliss | 6 months ago Run some examples, and it looks like this "High-performance, real-time optimized, super-fast" language is ~ 10 times slower than luajit ~ 3 times slower than lua 5.4 discuss order hn newest jeroenhd|6 months ago Not bad for version 0.1.0. lua(jit) is no slowpoke and has had decades of performance improvements. unknown|6 months ago [deleted] johnisgood|6 months ago With this and https://github.com/Beariish/bolt/blob/main/doc/Bolt%20Perfor..., it is indeed confusing without testing it out myself.That said, somehow I do not believe it is faster than LuaJIT. We will see. megapoliss|6 months ago I used brainfuck interpreter https://github.com/Beariish/bolt/blob/main/examples/bf.bolt vs lua / luajit implementations from https://github.com/kostya/benchmarksJust checked with nbody: - still 10 times slower than luajit - 2 times slower than luajit -joff - but 20% faster than lua 5.4 - but uses 47 Mb RAM vs 2.5 Mb for lua/luajit load replies (1) amai|6 months ago Where do you get these numbers from? Looking at https://github.com/Beariish/bolt/blob/main/doc/Bolt%20Perfor... doesn’t seem to support these numbers. ModernMech|6 months ago They at least clarified it by saying "outperforming other languages in its class". It's a slow class so the bar is low.
jeroenhd|6 months ago Not bad for version 0.1.0. lua(jit) is no slowpoke and has had decades of performance improvements. unknown|6 months ago [deleted]
johnisgood|6 months ago With this and https://github.com/Beariish/bolt/blob/main/doc/Bolt%20Perfor..., it is indeed confusing without testing it out myself.That said, somehow I do not believe it is faster than LuaJIT. We will see. megapoliss|6 months ago I used brainfuck interpreter https://github.com/Beariish/bolt/blob/main/examples/bf.bolt vs lua / luajit implementations from https://github.com/kostya/benchmarksJust checked with nbody: - still 10 times slower than luajit - 2 times slower than luajit -joff - but 20% faster than lua 5.4 - but uses 47 Mb RAM vs 2.5 Mb for lua/luajit load replies (1)
megapoliss|6 months ago I used brainfuck interpreter https://github.com/Beariish/bolt/blob/main/examples/bf.bolt vs lua / luajit implementations from https://github.com/kostya/benchmarksJust checked with nbody: - still 10 times slower than luajit - 2 times slower than luajit -joff - but 20% faster than lua 5.4 - but uses 47 Mb RAM vs 2.5 Mb for lua/luajit load replies (1)
amai|6 months ago Where do you get these numbers from? Looking at https://github.com/Beariish/bolt/blob/main/doc/Bolt%20Perfor... doesn’t seem to support these numbers.
ModernMech|6 months ago They at least clarified it by saying "outperforming other languages in its class". It's a slow class so the bar is low.
jeroenhd|6 months ago
unknown|6 months ago
[deleted]
johnisgood|6 months ago
That said, somehow I do not believe it is faster than LuaJIT. We will see.
megapoliss|6 months ago
Just checked with nbody:
amai|6 months ago
ModernMech|6 months ago