diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:05:36 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:05:36 +0200 |
| commit | 34f01396b913220fe5b19e1f8e33f2d3f4ec2ce5 (patch) | |
| tree | 90830a38cb1d864dabb0277a457b0f9a5d1d4d3b /doc/source | |
| parent | a33e8d55d4d77d842edea94a78d801b23bb90294 (diff) | |
| download | gitdb-34f01396b913220fe5b19e1f8e33f2d3f4ec2ce5.tar.gz | |
Added changelog information
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 7b8ebec..999cc13 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,6 +3,11 @@ Changelog ######### ***** +0.5.3 +***** +* Added support for smmap. SmartMMap allows resources to be managed and controlled. This brings the implementation closer to the way git handles memory maps, such that unused cached memory maps will automatically be freed once a resource limit is hit. The memory limit on 32 bit systems remains though as a sliding mmap implementation is not used for performance reasons. + +***** 0.5.2 ***** * Improved performance of the c implementation, which now uses reverse-delta-aggregation to make a memory bound operation CPU bound. |
