Hacker News new | ask | show | jobs
by christophilus 1518 days ago
I took it for a spin recently and enjoyed the experience. The Postgres driver was woefully slow, compared to Golang (50 queries per second for a trivial query vs over 10k), which is the only reason my side project isn’t in V.

It’s a great language, though. Looking forward to using it in the future.

1 comments

Wow that shouldn't be the case!

Can you link to the pg benchmark you did? We need to fix this asap.

Sure. I’ll open an issue tomorrow when I’m back at that machine.
Thank you. The db drivers do need some love and are going to get it soon, but it's been a relatively lower priority considering other areas of focus by community members.