ocarina/tests
Anna Schumaker 86d7fe43ed core/database: Add support for defragmenting databases
Removing items from the database leaves a NULL pointer "hole" that is
never filled in.  This doesn't affect correctness, but it could be
wasteful as items are added and removed.  This patch adds a function to
defragment the database without changing the order of items.

Implements #66: Add support for rebalancing databases
Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-09-26 08:07:35 -04:00
..
core core/database: Add support for defragmenting databases 2016-09-26 08:07:35 -04:00
gui gui/playlist: Hide empty playlists 2016-09-26 08:07:34 -04:00
Music tests: Remove scons-based testing code 2016-09-23 16:11:08 -04:00
.gitignore core/tests: Write a script to generate empty albums 2015-12-10 16:46:35 -05:00
CMakeLists.txt tests: Build gtk builder test with ctest 2016-09-23 16:11:02 -04:00
UnitTest.cmake tests: Build version test with CTest 2016-09-23 16:11:02 -04:00