Performance
Blazingly fast thanks to its constituents:
- Rust: one of the lowest overhead languages,
- Axum: one of the fastest HTTP servers,
- SQLite/Libsql: one of the fastest full-SQL databases,
- V8: one of the fastest JS engines.
TrailBase APIs are 6-7x faster than PocketBase’s and 15x faster than SupaBase’s needing only a fraction of the footprint, allowing you to serve millions of customers from a tiny box.
In terms of JS/TS performance, V8 is roughly 40x faster than goja used by PocketBase.