You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for golang. it's a great software.
cant thank enough all contributors who made this language happen.
understand the difficulty to get other priorities done but so far, the only thing i see having more opportunity for optimization is the speed of crypto parsing. not sure if it's fixed.
2 more areas will really help speed up go to be closer to c++ is rust/go and cgo / c++ calling. the overhead is there.
appreciate all the hard work on this. for now only crypto is most useful speed up i guess.
thank you all!
The text was updated successfully, but these errors were encountered:
Thanks for filing the issue, while everyone would like better performance, this issue is not very actionable without benchmarks and/or actual proposals for improving performance. There are open issues such as #21525 and #40171 which track specific plans for improvement. Note there is also an assembly policy #37168
Closing as I believe this is covered by other, more specific, in progress issues
thanks for golang. it's a great software.
cant thank enough all contributors who made this language happen.
understand the difficulty to get other priorities done but so far, the only thing i see having more opportunity for optimization is the speed of crypto parsing. not sure if it's fixed.
2 more areas will really help speed up go to be closer to c++ is rust/go and cgo / c++ calling. the overhead is there.
appreciate all the hard work on this. for now only crypto is most useful speed up i guess.
thank you all!
The text was updated successfully, but these errors were encountered: