Changes between Version 28 and Version 29 of PacketEncoding
- Timestamp:
- 06/26/15 18:28:04 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v28 v29 37 37 [[BR]] 38 38 This allows various languages to implement the xpra protocol, specifying which encoder they want to use (bencode is more widely available than rencode). 39 We also include a faster bencoder implemented in Cython : [http://xpra.org/stats/bencode/ Cython vs Python bencoder].39 We also include a faster bencoder implemented in Cython, which is roughly twice as fast as the pure Python version and does make a difference to the overall performance of the system: [http://xpra.org/stats/bencode/ Cython vs Python bencoder], but rencode is 3 times faster than that still! 40 40 41 41 The python client and server can specify which packet encoders should be enabled using the switch {{{--packet-encoders=}}} (or via the config file).