Skip to content
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

More efficient data structures #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 20, 2019

  1. More efficient data structures

    Serialize into a string not json
    Store items in a Uint8Array
    Send out chunks over multiple event loop ticks
    Change Chunk size to 16 instead of 32 to cut down on cost of
    re-rendering and transmitting chunks on block place.
    macdja38 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    8a662cc View commit details
    Browse the repository at this point in the history