diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2013-05-24 22:46:01 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2013-05-24 22:46:01 +0000 |
commit | a3cf0aaedbd03cde3e532efb22f459b2ee5012bf (patch) | |
tree | eef7e35c7002f1e375fdd671380c3f1e8b9b839a /ChangeLog | |
parent | cb2bca301f5beb50a77756bffe914cc89f4369c3 (diff) | |
download | htop-a3cf0aaedbd03cde3e532efb22f459b2ee5012bf.tar.gz |
Performance improvements due to conditional parsing of IO data depending on selected fields.
On my machine, this gives a ~20% improvement in htop process time use with the default config.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@308 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ What's new in version 1.0.3 * Performance improvements (thanks to Jann Horn) +* Further performance improvements due to conditional parsing + of IO data depending on selected fields. What's new in version 1.0.2 |