Support fast skipping
---------------------
Key: THRIFT-726
URL: https://issues.apache.org/jira/browse/THRIFT-726
Project: Thrift
Issue Type: Improvement
Components: Library (Java)
Affects Versions: 0.3
Reporter: Bryan Duxbury
Assignee: Bryan Duxbury
Priority: Minor
Fix For: 0.3
It seems like we could make the code for skipping a little faster in some
circumstances. In particular, when you're skipping a string or a byte[], you
can just jump ahead without actually performing the byte copy (or the string
decode). For transports that support direct buffer access, you can skip REALLY
fast by just moving the buffer pos forward.
This would help make partial deserialization faster in some instances.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.