[Konsole-devel] Review Request: Move the line index and isWrapped from a tmp file to memory
Kurt Hindenburg
kurt.hindenburg at gmail.com
Sun Apr 8 17:01:11 UTC 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104512/
-----------------------------------------------------------
Review request for Konsole.
Description
-------
Currently 'unlimited scrollback' uses 3 files: data, line index, isWrapped. This patch removes the last two and keeps them in memory. Also the map() is no longer used - I don't think it was actually ever called in practice.
Currently I have a #define for the new code. The default is still the old code.
Perhaps I should use HistoryScrollFile2 instead of the #defines
Diffs
-----
src/History.h 1a00a56
src/History.cpp 6aefd51
Diff: http://git.reviewboard.kde.org/r/104512/diff/
Testing
-------
Thanks,
Kurt Hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20120408/eb991580/attachment.html>
More information about the konsole-devel
mailing list