Revision 418e7d0...
Go back to digest for 2nd September 2012Optimization in KDE Base
Vishesh Handa committed changes in [soprano/2.8] /:
Optimize sending of LiteralValue over the socket
Instead of sending it as <literal-value-string><literal-value-type>.
Send it as a string/int/bool/whatever when possible, and only send it
with the full type as a last resort.
This results in code duplication, but that should be fixed by deriving
both the classes from a common class.
REVIEW: 106233
File Changes
Modified 2 files
- client/socketstream.cpp
- server/datastream.cpp
2 files changed in total