Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 286 Bytes

SQLitePerformance

A simple test to demonstrate performance of SQLite.swift

On my computer I get following performance.

using typed API took 20.1325590014458 seconds

using db.prepare took 1.54185700416565 seconds

using C native API took 0.0893980264663696 seconds