From 76ec1979e4d75b933593bbe20d4416ddc2836120 Mon Sep 17 00:00:00 2001 From: PerfectCarl Date: Thu, 28 May 2015 09:16:58 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cfa081a..348d7aa 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ 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. + +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 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) From 79806474f5ccd2a25767d58bbe3a41e23910c2ef Mon Sep 17 00:00:00 2001 From: PerfectCarl Date: Thu, 28 May 2015 09:19:27 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 348d7aa..4ba137b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A test between a few of the popular libraries running a speed test on how fast t **Note** more to come soon about these with results and methods. -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 can be [found here](http://www.raizlabs.com/dev/2015/02/go-dbflow-fastest-android-orm-database-library/). +## 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): From a14882723ee6578a131d853854a4802d7b26df86 Mon Sep 17 00:00:00 2001 From: PerfectCarl Date: Thu, 28 May 2015 09:19:56 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba137b..59698a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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/).