-
Notifications
You must be signed in to change notification settings - Fork 16
Nexus 10 (Android 5.0.1)
xcesco edited this page Nov 29, 2017
·
4 revisions
On this device, Kripton wins 5/7. I excluded batch access because this test simply iterate over list.
Values are time (ms). Lower value in all diagrams is better result.
Nexus 10 (android 5.0.1) | BATCH CREATE | BATCH UPDATE | BATCH READ | BATCH ACCESS | BATCH DELETE | QUERY INDEXED | ONE BY ONE CREATE | ONE BY ONE UPDATE |
---|---|---|---|---|---|---|---|---|
greenDAO | 466 | 641 | 357 | 29 | 30 | 8149 | 7940 | |
dbflow | 472 | 4790 | 570 | 43 | 25 | 4716 | 7914 | 8375 |
kripton | 576 | 606 | 460 | 25 | 15 | 273 | 1277 | 1145 |
room | 475 | 632 | 361 | 25 | 30 | 429 | 8356 | 8335 |
requery | 868 | 2560 | 697 | 116 | 31 | 603 | 8552 | 8429 |
sqlite | 819 | 1549 | 391 | 5 | 25 | 424 | 7850 | 7821 |
ormlite | 936 | 1154 | 656 | 3 | 23 | 596 | 9119 | 7361 |
- Introduction
- Goals & Features
- Kotlin
- Immutable or Mutable Pojo
- Annotation Processor Args
- Credits
- Articles
- Benchmarks
- Setup
- Tutorial
- Usage
- Dependencies and inspirations
- Stackoverflow
- Documentation
- SQL logging
- Data source options
- Indices
- SQL Type adapter
- Global SQL Type adapter
- Constraints
- Live data: welcome Architectural components!!
- Paged Live data
- Dynamic parts
- Transactional and batch operations
- Async Transactional and batch operations
- Global transaction
- Support for immutable POJO
- Generate Content provider
- Generate Database schema generation
- Database migration
- BindSqlColumn
- BindContentProvider
- BindContentProviderEntry
- BindContentProviderPath
- BindDao
- BindDaoMany2Many
- BindDataSource
- BindDataSourceOptions
- BindDataSourceUpdateTask
- BindIndex
- BindSqlRelation
- BindSqlAdapter
- BindSqlChildSelect
- BindSqlDelete
- BindSqlDynamicOrderBy
- BindSqlDynamicWhere
- BindSqlDynamicWhereParams
- BindSqlInsert
- BindSqlPageSize
- BindSqlParam
- BindSqlSelect
- BindSqlUpdate
- BindSqlType
- BindSqlTransaction