AdityaMayukhSom / AdityaMayukhSom/Ruskin

Inprove performance of Response Message

Aperta
#1 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
3
Fork
1
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.