Hi,
"I am facing an issue in my Go code. I converted my read API from PHP to 
Go, but the response time of Go API is higher than PHP. We are returning 
the response in JSON format, and the response contains around 30k keys, 
which is taking too much time in JSON marshaling. We are adding all the 
response in map format as we can't use struct because response keys are not 
fixed and vary from user to user.

-- 
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 on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a57a2a71-b0f9-41fb-93e9-bd54b57829b1n%40googlegroups.com.

Reply via email to