goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

show benchmarks on the webpage/repo #365

Closed grosser closed 7 years ago

grosser commented 7 years ago

I'd like to know that it's at least faster then ruby and not 10x slower than go before trying this out :D

st0012 commented 7 years ago

Um....This project is only 6 months old, and we still busy implementing features/fixing bugs so we have no time to do optimizations like inline method cache, inline constant cache...etc.

I suggest you to subscribe our newsletter through here and we'll notify you once we are confident about Goby's performance :-)

grosser commented 7 years ago

rss / news history would also be nice ... but I'll try the newsletter :)

On Fri, Aug 25, 2017 at 6:19 PM, Stan Lo notifications@github.com wrote:

Um....This project is only 6 months old, and we still busy implementing features/fixing bugs so we have no time to do optimizations like inline method cache, inline constant cache...etc.

I suggest you to subscribe our newsletter through here https://sample.goby-lang.org and we'll notify you once we are confident about Goby's performance :-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/goby-lang/goby/issues/365#issuecomment-325069070, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAsZ-ii3DggonFQBmcZnjimpFbOxPoqks5sb3KLgaJpZM4PC-Gd .

st0012 commented 7 years ago

@grosser Thanks!

pjmartorell commented 4 years ago

@st0012 Any update on this? I would like to know how performant it is compared to Ruby in order to move to Goby 🤔

st0012 commented 4 years ago

@pjmartorell we haven't compared Goby with other languages for a while. But when the last time I did, it's 10~20x slower than Ruby. So I suggest you not to move to Goby 😬. It's more like a hobby project at the moment. Good for practicing (if you want to make any contribution), but bad for real usages.

pjmartorell commented 4 years ago

Thanks for your reply 🙂