AdityaMayukhSom / AdityaMayukhSom/Ruskin
Inprove performance of Response Message
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Inside `transport/producer.go` need to consider between using `gob.NewEncoder()` vs `json.Marshal()` for converting `TransportResponse` struct into slice of bytes for sending as response.
Refer to [this](https://stackoverflow.com/questions/16330490/in-go-how-can-i-convert-a-struct-to-a-byte-array) stack overflow question for more information regarding speed and tradeoffs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.