Stuart Carnie
d42abde836
refactor(services/storage): Enhanced group support for Read RPC
2018-05-30 11:32:20 -07:00
Stuart Carnie
aa61359cc7
Storage RPC API improvements. See PR for details
...
* reduce # allocations (115M -> 22M)
* reduce size allocations (53GB -> 1.3GB)
* reduce RPC query time (45s -> 12.9s)
2018-03-21 13:46:09 -07:00
Stuart Carnie
dc04eaa8f3
Amendments based on feedback
...
* Fprint* functions
* No nakedness
* clarify panic messages
* spacing between case statements
* remove break in favor of return
* remove goto in favor of for { continue }
2017-10-25 13:38:07 -07:00
Stuart Carnie
415ed14c53
storage service
...
* storage service is disabled by default
* default port 8082
* RPC interface generated using yarpc via service.proto
2017-10-25 13:38:07 -07:00