+61
−49
+8
−0
Loading
Previous versions only used POSIX shared memory as data storage for the arrays. This adds the option of using regular files instead of shared memory. Regular files are cached in memory by the kernel and therefore there shouldn't be too much performance difference. A key benefit is data persistence across reboots.