Files
music_library/lib
Claudio Ortolina f48372f7b3 Use MapSets for performance
Not noticeable with current database size, but lays a good foundation
for larger libraries.

For example, given a list of 300 artist IDs, checking if an ID is in the
list takes between 30 and 40 ms (for an ID towards the end of the list),
while the MapSet version takes consistently between 15 and 20 ms.
2024-12-10 14:21:57 +03:00
..
2024-12-10 14:21:57 +03:00
2024-10-02 16:33:42 +01:00
2024-11-10 14:03:56 +00:00