Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# AndroidDatabaseLibraryComparison
A test between a few of the popular libraries running a speed test on how fast they load and save data.

**Note** more to come soon about these with results and methods.
> **Note** more to come soon about these with results and methods.

## Results
The complete results for [greendao](https://github.com/greenrobot/greenDAO), [sugarORM](https://github.com/satyan/sugar), [activeandroid](https://github.com/pardom/ActiveAndroid), [sprinkles](https://github.com/emilsjolander/sprinkles) and [dbflow](https://github.com/Raizlabs/DBFlow) can be [found here](http://www.raizlabs.com/dev/2015/02/go-dbflow-fastest-android-orm-database-library/).

Here's a sample the results for the reading items from the database (loading):

![sample](http://cdn.raizlabs.com/dev/wp-content/uploads/sites/10/2015/02/image-6.png)