Optimize code in Event/EventPacker/src/lib/PackedDataBuffer.cpp
While implementing support for data chunks > 16MB, a number of missing optimizations have been mentioned in the comments :
- !3360 (comment 5089490)
- !3360 (comment 5089491)
- !3360 (comment 5089492)
- !3360 (comment 5089515)
- !3360 (comment 5090585)
- !3360 (comment 5090591)
In general that code would benefit form a bit of cleanup.
Edited by Rosen Matev