-
Notifications
You must be signed in to change notification settings - Fork 16
Galaxy J5 (Android 6.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.
Galaxy J5 (android 6.0.1) | BATCH CREATE | BATCH UPDATE | BATCH READ | BATCH ACCESS | BATCH DELETE | QUERY INDEXED | ONE BY ONE CREATE | ONE BY ONE UPDATE |
---|---|---|---|---|---|---|---|---|
greenDAO | 549 | 784 | 413 | 36 | 16 | 1698 | 1756 | |
dbflow | 569 | 6603 | 658 | 43 | 20 | 7272 | 1585 | 2498 |
kripton | 731 | 731 | 567 | 30 | 8 | 324 | 1445 | 1156 |
room | 539 | 776 | 432 | 31 | 18 | 563 | 2476 | 2364 |
requery | 1263 | 4458 | 969 | 133 | 16 | 974 | 2648 | 2409 |
sqlite | 1103 | 2308 | 425 | 7 | 14 | 531 | 1668 | 1722 |
ormlite | 1170 | 1563 | 857 | 6 | 17 | 909 | 5178 | 1537 |
- 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