I’ve been playing with #ProjectValhalla and the new #Java Value Classes (JEP 401), and I thought: “What happens if Protobuf messages become value classes?” 🤔 So I wrote a small protoc plugin and ran a few experiments: dariobalinzo.medium.com/protobuf-mee...
Protobuf meets Valhalla — hacking with Java Value Classes (JEP 401)
I like messing with new Java features. This time I tried combining value classes (JEP 401) with Protocol Buffers, not because I needed to…
dariobalinzo.medium.com