Skip to content

Refactor#463

Merged
Skidamek merged 26 commits intomainfrom
refactor
Feb 14, 2026
Merged

Refactor#463
Skidamek merged 26 commits intomainfrom
refactor

Conversation

@Skidamek
Copy link
Owner

@Skidamek Skidamek commented Jan 25, 2026

  • better caching
  • nix store like file management
  • better download source distribution and ETA/Speed algo smoothing
  • implement batch requests to our protocol - maybe in another pr?
  • clean up

…json to h2 mvstore database and a couple of fixes and performance improvements
… situation which was making speedometer very inconsistant.

E.g. AutoModpack was downloading 5 large files at high speed, while 4,000 small files sit in the queue. The progress bar hit 90% quickly (bytes downloaded), but then hangs for minutes while automodpack processed the remaining 4,000 small files one by one. Giving "The downloader is stuck/broken." perception.

Now we are very picky which file we choose to download preveting situations that we only download from a single source at one time or first download only big files from source A and we left with a massive log of little files for clients with high latency to the server each request requires a roundtrip to the server which slows down the download a lot, implementing batching request will improve that yet more.

Gemini 3 Pro helped there with this commit.
@Skidamek Skidamek marked this pull request as ready for review February 14, 2026 17:57
@Skidamek
Copy link
Owner Author

whatever

@Skidamek Skidamek merged commit a5d7bcb into main Feb 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant