Hi guys, I'm seeking help to understand about performance of golang.

I created POC of Golang/Gin and .Net framework and analyzed performance and 
found that gin is good with it's performance, so I picked it up for my 
production project.

Now I used gorm and now my gin apis are super slow compared to .Net Entity 
related apis. I'm using raw query, & whenever it hits a table for 1st time, 
it returns response too slow.

I need a quicker resolution and understanding about why it is happening and 
what can be done to overcome it.

Looking forward for potential solutions :)

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/32338f37-21fa-404a-9481-434a4b15a77cn%40googlegroups.com.

Reply via email to