Shortcut version of readAll() for slicable ranges.
Because readAll() is typically a very hot path during deserialization, using this over TBaseTransport.readAll() gives us a nice increase in speed due to the reduced amount of indirections.
See Implementation
Shortcut version of readAll() for slicable ranges.
Because readAll() is typically a very hot path during deserialization, using this over TBaseTransport.readAll() gives us a nice increase in speed due to the reduced amount of indirections.