- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/kelp404/NyaruDB
- 软件文档: https://github.com/kelp404/NyaruDB
- 官方下载: https://github.com/kelp404/NyaruDB
软件介绍
NyaruDB 是 Objective-C 撰写的移动数据库。NyaruDB 属于 key 对 document 的 NoSQL 数据库,可以使用某个栏位搜寻或排序数据。
效能上 NyaruDB 比 sqlite 快非常多,而且不需要将对象转成 sql 语法就能将对象直接存进数据库中。
| NyaruDB | sqlite | |
|---|---|---|
| 新增一千筆数据 | 11,000 ms 500 ms (非同步) |
36,500 ms |
| 读取一千笔数据 | 300 ms 50 ms (快取) |
300 ms |
| 在一千笔数据中搜寻10次 | 12 ms | 40 ms |
支持的平台包括:
iOS
OS X
C++ Concurrency in Action
Anthony Williams / Manning Publications / 2012-2-28 / USD 69.99
HIGHLIGHT C++ Concurrency in Action is the first book to market to show how to take advantage of the new C++ Standard and how to write robust multi-threaded applications in C++. DESCRIPTION With ......一起来看看 《C++ Concurrency in Action》 这本书的介绍吧!
