possum-db 0.3.1

concurrent disk-backed cache supporting efficient direct file I/O, transactions, and snapshots using file cloning and sparse files
Documentation
1
2
3
set -eu
alloc_size=$((`stat -f %b "$@"`*512))
stat -f "%N: file size: %z, alloc blocks: %b, fs blksize: %k, alloc size: $alloc_size" "$@"