diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2014-11-12 20:30:47 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2014-11-12 20:30:47 +0100 |
| commit | 977e666e2489ddc669a06481bb5192b59854da8d (patch) | |
| tree | b609886c51726f640f3c4fa0cfc77fead23a6fe0 /doc | |
| parent | fda32852a1dd6f6b0988248fb2c7921104e3ea6c (diff) | |
| download | smmap-977e666e2489ddc669a06481bb5192b59854da8d.tar.gz | |
Initial improvements to get rid of the performance regression in py3.
Byte buffer concatenations are considerably slower here for some reason.
Also there was no need for the memorybuffer.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 03148fb..6174008 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,11 +3,15 @@ Changelog ######### ********** +v0.8.2 +********** +- Cleaned up code and assured it works sufficiently well with python 3 + +********** v0.8.1 ********** - A single bugfix - ********** v0.8.0 ********** |
