upvote
Can you share what some of those apps are?
reply
I’ve written all of these languages and more professionally. I agree none match the speed and simplicity of golang. Go is that efficient.
reply
How are you merging sqlc and pgx with sqlite ?
reply
Specifically how can you use pgx with sqlite while pgx is a postgres-specific library? Sqlc works great with Postgres or Sqlite, Sqlc works with pgx when connecting to Postgres, but pgx can't be used with Sqlite AFAIK
reply
Did you reply to the wrong submission?
reply
deleted
reply
They replied to the title.
reply
What's your point?
reply
You don't need to use assembly for high performance web app when you can just use Go.
reply
You don't, but it's so much cooler when you do! Not everything needs to be a beige utilitarian module optimized for business consumption.

I didn't need to implement an Intel RDRAND streamer in C and assembler, but it was a ton of fun: https://github.com/ehbar/rdrand-stream

OP, I really liked this project. Kudos for publishing it!

reply
Woah, that's really cool! I'm glad you did that even if you didn't need to. I honestly think everyone needs to write more assembly, because it's so much cooler.
reply