Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: hyperpb Clear Filter

Hyperpb: Faster dynamic Protobuf parsing that's faster than generated code

Today we’re announcing public availability of hyperpb, a fully-dynamic Protobuf parser that is 10x faster than dynamicpb, the standard Go solution for dynamic Protobuf. In fact, it’s so efficient that it’s 3x faster than parsing with generated code! It also matches or beats vtprotobuf’s generated code at almost every benchmark, without skimping on correctness. Don’t believe us? We think our parsing benchmarks speak for themselves. Here, we show two benchmark variants for hyperpb: out-of-the-bo

Hyperpb: 10x faster dynamic Protobuf parsing that's faster than generated code

Today we’re announcing public availability of hyperpb, a fully-dynamic Protobuf parser that is 10x faster than dynamicpb, the standard Go solution for dynamic Protobuf. In fact, it’s so efficient that it’s 3x faster than parsing with generated code! It also matches or beats vtprotobuf’s generated code at almost every benchmark, without skimping on correctness. Don’t believe us? We think our parsing benchmarks speak for themselves. Here, we show two benchmark variants for hyperpb: out-of-the-bo