commit | c7d59b672155a7f1789163f32fd3f40ed7531fb6 | [log] [download] |
---|---|---|
author | pez <pez> | Sun Jan 02 22:23:23 2011 +0000 |
committer | pez <pez> | Sun Jan 02 22:23:23 2011 +0000 |
tree | c332cfff6b0498fc22cb569f54e6ef607bcade02 | |
parent | 75060fd182196e4d1104d315b9d981be6d453642 [diff] |
Load chunks on-demand in a different thread, instead of all at the beginning. Needs a lot of work still (have to expire chunks, for instance) and I think I may want to just inline the loading rather than using a Thread, to simplify things.