rclone/backend/pikpak
wiserain 471531eb6a
pikpak: optimize upload by pre-fetching gcid from API
This commit optimizes the PikPak upload process by pre-fetching the Global 
Content Identifier (gcid) from the API server before calculating it locally.

Previously, a gcid required for uploads was calculated locally. This process was 
resource-intensive and time-consuming. By first checking for a cached gcid 
on the server, we can potentially avoid the local calculation entirely. 
This significantly improves upload speed especially for large files.
2024-07-17 12:20:09 +09:00
..
api pikpak: implement custom hash to replace wrong sha1 2024-06-20 00:57:21 +09:00
helper.go pikpak: optimize upload by pre-fetching gcid from API 2024-07-17 12:20:09 +09:00
pikpak_test.go pikpak: new backend 2023-04-04 16:33:48 +01:00
pikpak.go pikpak: optimize upload by pre-fetching gcid from API 2024-07-17 12:20:09 +09:00