1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2011-05-23 17:10:11 +02:00
parent a6c2c56dbb
commit a4abbfbab1

View file

@ -152,6 +152,8 @@ These tests were performed on a 2.53 GHz Intel(R) Core(TM)2 Duo P9500 CPU.
The Internet has developed two major breeds of protocol formats.
The binary ones are extremely efficient but usually not very flexible
(unless you are willing to recompile all instances each time you
change something)
while the plain-text ones are reaching out for achieving perfection
in data representation while leaving the path of efficiency. Some
protocols such as HTTP and SIP are in-between these two schools,
@ -217,6 +219,7 @@ If this didn't help, you can also look into:
** ASN.1
** BSON
** Cisco Etch
** Efficient XML
** Facebook Thrift
** Google Protocol Buffers