|
|
|
|
|
by zestyping
251 days ago
|
|
Can you explain how these work? Does the server send small subrectangles of the large grid when the user scrolls to new regions of the grid? Does the browser actually have a two-dimensional array in memory with a billion items, or is there some other data structure? |
|
The billion items themselves are just in a server on the backend, stored in a sqlite database.