The Wayback Machine - https://web.archive.org/web/20200917081744/https://github.com/topics/protocol-buffers
Skip to content
#

protocol-buffers

Here are 510 public repositories matching this topic...

rmichela
rmichela commented Jun 20, 2019

As discussed in #217, the implementation of UUID matching is sub-optimal because it uses a hard coded constant regex string passed to a regex library. Significant performance gains can be achieved by replacing constant regex expressions with bespoke state machines.

This work is worth doing because UUIDs are so common in distributed systems and PGV sits on the hot path of every service request.

Improve this page

Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the protocol-buffers topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.