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

Supporting Infinite Maps #1635

Merged
merged 11 commits into from
Jul 4, 2017
Merged

Supporting Infinite Maps #1635

merged 11 commits into from
Jul 4, 2017

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    2d1a3c8 View commit details
    Browse the repository at this point in the history
  2. Requested changes

    ketanhwr committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    44c2e2c View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2017

  1. Rename block to chunk

    ketanhwr committed Jul 1, 2017
    Configuration menu
    Copy the full SHA
    e4f1621 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Shifts to QHash

    ketanhwr committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    3650afd View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Bug fix

    ketanhwr committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    309db5c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Optimisations

    ketanhwr committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    011043d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1c9c4 View commit details
    Browse the repository at this point in the history
  3. Don't use pointers to refer to chunks

    Resolves leaking of chunks and makes some stuff easier.
    bjorn committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    e937a65 View commit details
    Browse the repository at this point in the history
  4. Chunk is no longer deallocated

    The condition of deallocating a chunk is extremely rare
    ketanhwr committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    ea2163c View commit details
    Browse the repository at this point in the history
  5. Minor changes

    ketanhwr committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    9046a38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42ec140 View commit details
    Browse the repository at this point in the history