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.
pull/167/head
Johannes Raggam 2015-06-15 12:15:33 +02:00
rodzic ca794e0f0a
commit 64d17410a4
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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)