Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Idea: Possibility to speed up large libraries?
#13
The code for the Library uses Javascript array functions including map, reduce, filter, and sort as well as custom functions all of which could contribute to performance degradation when processing huge collections on lower powered platforms.
https://github.com/moode-player/moode/bl...library.js

These JS and custom functions are what provide all the features of the Library which works well for typical sized collections. If specific sections or elements in the code can be identified as contributing to a performance degradation with huge collections then there is a possibility to investigate.

Other suspects when dealing with performance issues can be the OS, hardware or Javascript engine used in the platform.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Possibility to speed up large libraries? - by Tim Curtis - 01-13-2022, 09:27 PM

Forum Jump: