-
Updated
Sep 15, 2020 - C++
protocol-buffers
Here are 510 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Go
-
Updated
Sep 14, 2020 - Swift
-
Updated
Aug 31, 2020
-
Updated
Sep 15, 2020 - C
-
Updated
Sep 15, 2020 - Go
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 15, 2020 - Swift
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.
-
Updated
May 30, 2019 - Swift
-
Updated
Mar 4, 2020 - Python
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Sep 12, 2020 - Go
-
Updated
Sep 6, 2020 - Go
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
Sep 14, 2020 - Go
-
Updated
Oct 21, 2019 - Python
This might be faster:
git clone /path/to/base/head/startup-os
We could also probably do:
git clone file:///path/to/base/head/startup-os --depth=1
-
Updated
Sep 8, 2020 - Go
-
Updated
Jul 26, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Elixir
-
Updated
Dec 20, 2019 - Go
-
Updated
Sep 13, 2020 - Kotlin
-
Updated
May 26, 2020 - Go
Improve this page
Add a description, image, and links to the protocol-buffers topic page so that developers can more easily learn about it.
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."


protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.