Benchmarks and theoretical explanation of why and when cuckoo hashing beats sort beats hash tables.| Reiner’s webpage and articles.
Using protogen to automate the generation of our Go SDK| Flipt
I originally published this post in the Go blog, but am publishing this copy of it in my own blog as well for readers who don’t follow the Go blog. [Protocol Buffers (Protobuf) is Google’s language-neutral data interchange format. See protobuf.dev.]| Michael Stapelberg
We are adding a new generated code API to Go Protobuf.| go.dev
An open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.| prometheus.io
Describes exactly what C# code the protocol buffer compiler generates for protocol definitions using proto3 syntax.| protobuf.dev
The Confluent Schema Registry recently added support for tags, metadata, and rules, which together support the concept of a data contract. Data quality rules in a data contract can be expressed usi…| Robert Yokota
Protocol Buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.| protobuf.dev
A variable's name is more important than its type, so the name should be more prominent and come first in declarations.| benhoyt.com