vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)
GNU General Public License v3.0
78 stars 11 forks source link

Download speed increased #11

Closed NexoCube closed 8 years ago

NexoCube commented 8 years ago

The thread was running on Core 1, but on core 1 there's a lot of kernel stuff being made in background, i decided to start the thread on Core 0 because on Core 2 every single GX2 stuff is running on it. So :p Enjoy :D

CreeperMario commented 8 years ago

That's seriously all it takes to increase the download speed?! I think I need a refresher on how threading works...

NexoCube commented 8 years ago

Thread were running on core 1 but he was already used by kernel subroutine

Core 2 is used by GX2 stuff

So core 0 was the last candidate, and yeah it's really working.

NexoCube commented 8 years ago

Loadiine GX2 took 20 sec to download instead of 40-60 sec (For vgmoose and me)

vgmoose commented 8 years ago

Merged, will do a 1.1 release with this change soon!

Thanks!