All Projects → husobee → grpc_v_rest

husobee / grpc_v_rest

Licence: other
just showing difference between rest and grpc

Programming Languages

go
31211 projects - #10 most used programming language
Protocol Buffer
295 projects

GRPC versus REST

Wanted to do a blog about GRPC over REST performance wise, to end a discussion.

Results:

go test ./... -bench Bench
testing: warning: no tests to run
PASS
BenchmarkGRPCSetInfo-8      5000            224633 ns/op
BenchmarkRESTSetInfo-8       200           5748596 ns/op
ok      grpc_v_rest     2.991s

Read about it Here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].