SQLitePerformance:一个简单的测试来演示 SQLite.swift 的性能

时间:2024-07-26 15:48:26
【文件属性】:

文件名称:SQLitePerformance:一个简单的测试来演示 SQLite.swift 的性能

文件大小:116KB

文件格式:ZIP

更新时间:2024-07-26 15:48:26

Swift

SQLite性能 一个简单的测试来演示 SQLite.swift 的性能 在我的电脑上,我得到了以下性能。 使用类型化 API 耗时 20.1325590014458 秒 使用 db.prepare 需要 1.54185700416565 秒 使用 C 原生 API 耗时 0.0893980264663696 秒


【文件预览】:
SQLitePerformance-master
----example.db(2.08MB)
----.gitmodules(104B)
----README.md(286B)
----SQLitePerformance()
--------ViewController.swift(2KB)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------Base.lproj()
--------Images.xcassets()
----SQLitePerformanceTests()
--------Info.plist(759B)
--------SQLitePerformanceTests.swift(935B)
----.gitignore(205B)
----SQLitePerformance.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(19KB)
----SQLite.swift()

网友评论