The library is pretty quick but it's still very slow for users fetching metadata from huge library (~40 000 tracks). I don't really know how to improve significantly the performance.
Here is a list of things to check. They might improve the performance :
The library is pretty quick but it's still very slow for users fetching metadata from huge library (~40 000 tracks). I don't really know how to improve significantly the performance.
Here is a list of things to check. They might improve the performance :
Bufferclasssublist()with.view(). The library is returning a lot ofUInt8List()that are extracted from another Uint8List instance.Xingheader.String.fromCharCodes()is called a lot. Perhaps we shouldn't translate the bytes into String and compare array of bytes instead of string.