> LiteTree is more than TWICE AS FAST than normal SQLite on Linux and MacOSX!!!

In my experience, claims like these usually end up showing that the author didn't understand the `PRAGMA synchronous` setting at all, or they chose to ignore it to juice their stats.

In this benchmarking test are the data durability guarantees the same for both LiteTree and vanilla SQLite?

Looks like the speed comes from using lmdb rather than sqlites own storage layer.

I wonder if they got the inspiration from https://github.com/LMDB/sqlightning