Skip to content

Commit

Permalink
Improve foldline() performance
Browse files Browse the repository at this point in the history
This improves the foldline performance, especially for large strings like
base64-encoded inline attachements. In some cases (1MB string) from 7 Minutes
to less than 20ms for ASCII data and 500ms for non-ASCII data. Ref: #163.
  • Loading branch information
thet committed Jun 15, 2015
1 parent ca794e0 commit 64d1741
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ Changelog
3.9.1 (unreleased)
------------------

- Nothing changed yet.
- Improve foldline() performance. This improves the foldline performance,
especially for large strings like base64-encoded inline attachements. In some
cases (1MB string) from 7 Minutes to less than 20ms for ASCII data and 500ms
for non-ASCII data. Ref: #163.
[emfree]


3.9.0 (2015-03-24)
Expand Down

0 comments on commit 64d1741

Please sign in to comment.