Revision 32e2e0bb8692a2d346dfc1c00b747fcc713b5abf authored by ARUNACHALAM THIRUPATHI on 30 March 2015, 05:44:38 UTC, committed by Arunachalam Thirupathi on 16 April 2015, 00:00:40 UTC
1) Client isCompleteResponse for Get and GetAll allocates the entire key and value.
Discards them immediately. Now the byte array is not de-serialized and the validity
is verified by advancing the pointers.

2) Put request size is calculated and the buffer is grown to the required size to
avoid double allocation.
1 parent 3f425ef
History
File Mode Size
cpp
python
ruby

back to top