-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load more tiles at the same time (async or something) #127
Comments
we probably can replace "network thread" with fire-and-forget threads per tile launched by cache reader. But I tend to think that it's not good for 1-core CPU. |
I suggest making a vector of threads each with own stack of tasks |
...basically, a diy TPL. You have a working code for that, but i want to implement pre-caching before. |
In jt multi-threaded queue makes image load much faster on Symbians starting from 9.3, however in s40 java http streams are locked |
Btw most of http downloading time is taken by connection initialization there, it usually takes ~200 ms to get response code |
No description provided.
The text was updated successfully, but these errors were encountered: