Replies: 3 comments 2 replies
-
Can you say more about the db? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you run sqlite3 to access the db in the same way as the app, I presume it is also very slow? I can time an apk add on my iPhone 7 for comparison if you give me an example to try. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like many others have experienced the same issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a Python app in iSH on my iPhone 12.
https://github.com/eliranwong/UniqueBible/wiki/Running-UBA-server-on-iOS
It appears memory access operations, in particular reading from a database, is quite slow. Even when running "apk add python3", it was pretty slow.
The app is running as a http server and most operations need to query a database. When querying the database, it takes over 30 seconds. Without querying the database, response is under 1 second.
On Android, everything is under 1 second, so it's not the app that is slow.
Anybody else experiencing slow memory access?
Are there any tweaks to make it faster?
Beta Was this translation helpful? Give feedback.
All reactions