We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc0f0 commit dec4939Copy full SHA for dec4939
python/README.md
@@ -22,10 +22,8 @@ package.
22
Development Warning
23
===================
24
25
-The Python implementation of Protocol Buffers is not as mature as the C++
26
-and Java implementations. It may be more buggy, and it is known to be
27
-pretty slow at this time. If you would like to help fix these issues,
28
-join the Protocol Buffers discussion list and let us know!
+The pure python performance is slow. For better preformance please
+use python c++ implementation.
29
30
Installation
31
============
0 commit comments