Unverified Commit 0c3f43a6 authored by Yilun Chong's avatar Yilun Chong Committed by GitHub

Merge pull request #6158 from TechProofreader/patch-2

Update performance.md
parents fcfc47d4 02a4c720
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment