|
You are here |
ectobit.com | ||
| | | | |
mfbmina.dev
|
|
| | | | | The first time I heard about RPC, I was in a distributed systems class while completing my bachelor's in computer science. I like it but didn't fully understand why I should use it instead of REST. Time passed, and I started working at a company where the legacy services use SOAP. I remember thinking: "hm, that's cool! It is like RPC but using XML instead! Years later, I heard for the first time about gRPC, but I've never fully understood it until now! | |
| | | | |
blog.bazel.build
|
|
| | | | | [AI summary] This technical blog post details the implementation, usage, and benefits of Protocol Buffer rules within the Bazel build system for generating Java and C++ bindings. | |
| | | | |
ekhabarov.com
|
|
| | | | | Building simplest gRPC service. | |
| | | | |
www.cppstories.com
|
|
| | | After I finished my last post about a performance timer, I got a comment suggesting other libraries - much more powerful than my simple solution. Let's see what can be found in the area of benchmarking libraries. Intro The timer I've introduced recently is easy to use, but also returns just the basic information: elapsed time for an execution of some code... What if we need more advanced data and more structured approach of doing benchmarks in the system? | ||