|
|
Rockbox mail archiveSubject: Optimized bitswapFrom: Magnus Holmgren (lear_at_algonet.se) Date: 2002-08-18
Hi,
After testing using a small fliptable (i.e. 256 bytes rather than 128
data[i] = (fliptable[data[i] >> 8] << 8)
The memory accesses seems to be the critical part. (I first tried
Using a tweaked playlist limit (2000 tracks, as I don't need more), I
-- Magnus Holmgren
Page was last modified "Jan 10 2012" The Rockbox Crew |