Open karawitan opened 3 years ago
Implemented in https://github.com/BerryFarm/berrymuch/tree/update-prefix Will be available for release 0.5
doc needs update (Put both into the documents/ directory on your device wrong for 0.5) https://github.com/BerryFarm/berrymuch/blob/master/README.md
Hi !
opening this ticket to discuss about the berrymuch prefix. Current prefix is:
/accounts/1000/shared/documents
This cause a least one important issue: important slowdown of device operation due to regular automatic folder scanning by the OS, number of files, etc.
Proposal one is to change in favor of:
/accounts/1000/shared/misc/clitools
Proposal two is to change in favor of:
/sdcard/external_sd/misc/clitool
This may allow a massive performance improvement, cause the sdcard memory runs much faster than internal storage. But the sdcard has no exec flag by default, so we need to imagine a wrapper to copy the executable files to
/dev/shmem
first, then execute, then remove the file (otherwise RAM will fill up)Let's discuss about this changes, what do you think ?