[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-89-gc13310
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-89-gc13310d |
Date: |
Mon, 19 Mar 2012 04:42:31 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via c13310dc3fc3c312c7a71be1b2918d4670c45a1a (commit)
from 82c5350ac535a6d966519759b9505984768520fd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c13310dc3fc3c312c7a71be1b2918d4670c45a1a
Author: Ben Pfaff <address@hidden>
Date: Sun Mar 18 21:40:49 2012 -0700
sort: Allocate space for sort buffers on demand, not in advance.
Each call to sort_create_writer() was allocating possibly a very
large amount of memory when in many cases only a small fraction of
that memory would actually be used. This commit switches to
allocating a small amount of memory and gradually increasing the
allocation on demand.
Reported by John Darrington.
Bug #35887.
-----------------------------------------------------------------------
Summary of changes:
src/math/sort.c | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-89-gc13310d,
Ben Pfaff <=