mleku on Nostr: remind me again how go is a shit language for performance? this here shows you that a ...
remind me again how go is a shit language for performance?
this here shows you that a go-based scripting language written in Go has the best performance at performing a fibonacci series by quite an absurd factor, nearest competitor almost half the speed, lua
and the go interpreter is still 30x slower than the native go code
when you consider that you can compile it in that time just why
this here shows you that a go-based scripting language written in Go has the best performance at performing a fibonacci series by quite an absurd factor, nearest competitor almost half the speed, lua
and the go interpreter is still 30x slower than the native go code
when you consider that you can compile it in that time just why
quoting nevent1q…sevzalso, from d5/tengo:
why would you choose to use a programming language that takes 30x more time to do a fibonacci tho?