Hacker News new | ask | show | jobs
by gigatexal 16 days ago
Interesting project. I hope you keep up with it.

Did you take inspiration from grpc?

1 comments

Thanks for the reply. Actually, I took inspiration from several thecniques I learn since the 90's, when software had to be much more performatic to be possible.

The length:data pattern was inspiration from an old software to store Magic Cards database The variable byte size for numbers is inspired in UTF encoding

And much other thecniques I was creating along the project.