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

Hash table replacement for skip lists in ID code #600

Merged
merged 26 commits into from
May 4, 2021

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    ba9deae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    00f9750 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    e997283 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Configuration menu
    Copy the full SHA
    3eac585 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    71643b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d242911 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    bc70f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d7ad8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeb16b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    765cb5b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    18401fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222242c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    8d0cafa View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    d3694d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    1c7bcc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    70551e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    6e24a4d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Brings over hash table code from Bitbucket

    * Can be switched between skip list and hash table implementation
      with H5_USE_ID_HASH_TABLE #define
    * Not yet updated to use iterate-safe delete
    derobins committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e966029 View commit details
    Browse the repository at this point in the history
  2. Fixes a warning and changes where the problematic test is

    commented out.
    derobins committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    1d9b5c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f75efde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f282d77 View commit details
    Browse the repository at this point in the history
  5. Removes skip list ID code

    derobins committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fcb039d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    771ef35 View commit details
    Browse the repository at this point in the history
  7. Formatted source

    derobins committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    3f6b3c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00b47d1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    4b0ad30 View commit details
    Browse the repository at this point in the history