mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #922] [MERGED] Improve loading paginated items with parallelism #924
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#924
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/922
Author: @aome510
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @aome510
Base:
master← Head:improve-loading📝 Commits (2)
81ccdefimplement all_paging_items2 method with parallelism support273431eintegrate new all_paging_items API with parallelism support📊 Changes
3 files changed (+118 additions, -106 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/client/mod.rs(+116 -106)📄 Description
This PR updates
Client::all_paging_itemsAPI to support parallelism, i.e. making multiple API requests in batchBenchmark loading
GetUserTopTrackswith 3k5 songs takes 4600ms, a big playlist with 1k7 songs takes 3600msResolves #732
Resolves #502
Resolves #782
Resolves #840
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.