----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129379/ -----------------------------------------------------------
Review request for Baloo and David Faure. Repository: baloo Description ------- As discussed in REVIEW 129186 there is a lot of bit rotting in coding.cpp/.h. With this patch I removed all the unused stuff and moved out a temporary buffer to avoid reallocating this buffer on every call to putDifferentialVarInt32() Diffs ----- src/codecs/coding.h 3d55a40 src/codecs/coding.cpp 73e2fa2 src/codecs/positioncodec.cpp 22f4895 Diff: https://git.reviewboard.kde.org/r/129379/diff/ Testing ------- Unittests still working as expected Thanks, Christian Ehrlicher