You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application halts slow machines/devices quite a lot, so perhaps we should split the index into smaller parts - possibly with various-size chunks, so we can adapt to faster/slower machines and network connections. Eg. naming data-FROM%-TO%.json:
Then the client could start out downloading data-0-10.json and parse it. If that takes to long, degrade to 5% chunks, and if It's fast, upgrade to 25%-chunks.
We'd have to have some more data lying around (about 2MB per size), and - more difficult - figure out a dynamic download client.
The text was updated successfully, but these errors were encountered:
The application halts slow machines/devices quite a lot, so perhaps we should split the index into smaller parts - possibly with various-size chunks, so we can adapt to faster/slower machines and network connections. Eg. naming
data-FROM%-TO%.json
:Then the client could start out downloading
data-0-10.json
and parse it. If that takes to long, degrade to 5% chunks, and if It's fast, upgrade to 25%-chunks.We'd have to have some more data lying around (about 2MB per size), and - more difficult - figure out a dynamic download client.
The text was updated successfully, but these errors were encountered: