Skip to content

Commit dec4939

Browse files
authored
Update README.md (protocolbuffers#7329)
1 parent 70fc0f0 commit dec4939

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

python/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ package.
2222
Development Warning
2323
===================
2424

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!
25+
The pure python performance is slow. For better preformance please
26+
use python c++ implementation.
2927

3028
Installation
3129
============

0 commit comments

Comments
 (0)