Add sparse array data structure.
authorBen Pfaff <blp@gnu.org>
Sun, 25 Mar 2007 22:13:06 +0000 (22:13 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 25 Mar 2007 22:13:06 +0000 (22:13 +0000)
commitc97f6581b874c6057dbd4d581552774a3ed56ac5
treef046c30bfc9ece8a920f32c7747353f2777fe864
parent8cd2dcd874841a5a7a64a42f76ee9d1fae5718ad
Add sparse array data structure.
Patch #5812.
Thanks to John Darrington for review.
src/libpspp/ChangeLog
src/libpspp/automake.mk
src/libpspp/pool.c
src/libpspp/pool.h
src/libpspp/sparse-array.c [new file with mode: 0644]
src/libpspp/sparse-array.h [new file with mode: 0644]
tests/ChangeLog
tests/automake.mk
tests/libpspp/sparse-array-test.c [new file with mode: 0644]