Performance issue between maui and xamarin - liteDB #12743
Replies: 2 comments 3 replies
-
they are all test at release? net7.0-android still use mono, i don't think it's performance is lower than xamarin.android, you can create a simple sample to test, if it is lower, create issue at xamarin-android or litedb, not maui |
Beta Was this translation helpful? Give feedback.
-
@xtuzy there is the source code: https://github.com/LukasKuchta/XamarinMauiDbTest simple maui and xamarin app. and there are some numbers We added the SQLite for comparsion and issue in performance is visible too. Seems no db engine problem. MAUI performnance is very bad against the xamarin. Thanks for check. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, we are porting Xamarin app into Maui/.net7 and we have issue with performance. Code is same "only" platfrom is different.
Db has 30K records.
xamarin - read all => 20s
maui - read all -> 80s
windows - xUnit test -> super fast
I tested it on Android. iOS will be later.
What can be problem with it any .net7 features ... ? Or any advice for debuging this behaviour ?
Beta Was this translation helpful? Give feedback.
All reactions