"casewindow" data structure that extends the deque (from libpspp) of
authorBen Pfaff <blp@gnu.org>
Thu, 7 Jun 2007 05:31:01 +0000 (05:31 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 7 Jun 2007 05:31:01 +0000 (05:31 +0000)
commit5aa037d0c36fcaf2a1ad3995bffe5c32fd201124
treea971402f5ffbe3e903fccbe7d3f168c5815ec7e3
parent1b2982dce3a196a0c9011c6c836d57a9763fcfc3
"casewindow" data structure that extends the deque (from libpspp) of
cases with the ability to dump cases to disk if we get too many of
them in memory.
src/data/ChangeLog
src/data/automake.mk
src/data/casewindow.c [new file with mode: 0644]
src/data/casewindow.h [new file with mode: 0644]