Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@wannabe & @SortOfTested have you used Golang? just wondering whats the difference in terms of speed
-
@gitpush
Haven't done exhaustive benchmarks, but others have:
https://techempower.com/benchmarks/... -
@SortOfTested One more question if you don't mind, I see Rocket is for nightly builds for technical reasons, I'm using actix-web do I stay with or go back to rocket? I'm not sure if it is good to use nightly build of a language I'm still learning
-
@gitpush
It doesn't hurt unless you're in production. Seems like most of the frameworks are in some form of beta at this point in time. The worst you'll endure is eating churn sooner than everyone else -
taigrr8795yI use gorilla/mux in golang. It's kinda like Python's flask, but for go. Love how fast go is (if you do it right!)
-
@taigrr I pretty much like how fast go is, at least faster than C# which I've used for years. But I still like working with C# more lol
Related Rants
I decided to start learning Rust, mainly to work with REST API's, any recommendations? Or do I look out for another language?
random
new stuff
rust