Merge pull request #6158 from TechProofreader/patch-2

Update performance.md
pull/6162/head
Yilun Chong 6 years ago committed by GitHub
commit 0c3f43a619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/performance.md

@ -13,7 +13,7 @@ This table contains the results of three separate languages:
com.google.protobuf.ByteString.
* **InputStream** - This is for parsing from an InputStream.
* **Python** - For Python, there are three types of Python protobuf for testing:
* **C++-genereated-code** - This is for using C++ generated code of the
* **C++-generated-code** - This is for using C++ generated code of the
proto file as a dynamic linked library.
* **C++-reflection** - This is for using C++ reflection, for which there's no
generated code, but still using C++ protobuf library as a dynamic linked

Loading…
Cancel
Save