netcore-vs-golang icon indicating copy to clipboard operation
netcore-vs-golang copied to clipboard

.NET Core vs Go (Golang) performance

Results 2 netcore-vs-golang issues
Sort by recently updated
recently updated
newest added

- [ ] Test with go https://github.com/goroute/route/ - [ ] Test plaintext - [ ] Test JSON without proxy api - [ ] Test with DI - [ ] Test...

Update dotnet to version 3.1 and Go to version 1.14.3. Avoid intermediate objects while serializing and deserializing to reduce the heap allocations, and use struct instead of class in the...