libeatmydata - disable fsync and SAVE
Summary
libeatmydata is an LD_PRELOAD library that disables fsync and related calls to speed up disk writes, at the expense of data safety. The article describes installation, usage, and a performance benchmark, with strong cautions about using it only in testing scenarios. It serves as a useful case study on the trade-offs between performance and reliability.