15 | | - Small memory footprint on deserialization |
16 | | This means that the amount of allocated memory |
17 | | required for deserialization is minimal |
18 | | |
19 | | - Fast access |
20 | | Access to band data must be aligned, saving from |
21 | | memory copies on full scan. |
22 | | |
23 | | - Ease of format switch |
24 | | On-disk format must be allowed to change |
25 | | w/out need for dump-reload of the whole |
26 | | database. |
| 15 | * '''Small memory footprint on deserialization''' |
| 16 | This means that the amount of allocated memory |
| 17 | required for deserialization is minimal |
| 18 | |
| 19 | * '''Fast access''' |
| 20 | Access to band data must be aligned, saving from |
| 21 | memory copies on full scan. |
| 22 | |
| 23 | * '''Ease of format switch''' |
| 24 | On-disk format must be allowed to change |
| 25 | w/out need for dump-reload of the whole |
| 26 | database. |