[space-maps/core] rewrite the core space map to use less memory.
This commit is contained in:
@@ -38,7 +38,7 @@ namespace {
|
||||
public:
|
||||
ArrayTests()
|
||||
: bm_(new block_manager("./test.data", NR_BLOCKS, 4, block_manager::READ_WRITE)),
|
||||
sm_(new core_map(NR_BLOCKS)),
|
||||
sm_(create_core_map(NR_BLOCKS)),
|
||||
tm_(bm_, sm_) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user