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

[Ready] Efficient Almost Wait-free Parallel Accessible Dynamic Hashtables #102

Open
wants to merge 33 commits into
base: integration
Choose a base branch
from

Commits on Dec 23, 2017

  1. some functions implemented

    iNomaD committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    7f5819d View commit details
    Browse the repository at this point in the history
  2. more functions

    iNomaD committed Dec 23, 2017
    Configuration menu
    Copy the full SHA
    a5deec0 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. functions from Alexander

    iNomaD committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    88138ca View commit details
    Browse the repository at this point in the history
  2. class encapsulation

    iNomaD committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    48920db View commit details
    Browse the repository at this point in the history
  3. newtable

    iNomaD committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    85aa294 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. add moveContents

    Smab2382 committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    a299648 View commit details
    Browse the repository at this point in the history
  2. new api

    iNomaD committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    6d2bc50 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	cds/container/wf_hashtable.h
    iNomaD committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    b477480 View commit details
    Browse the repository at this point in the history
  4. extra bracket

    iNomaD committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    1c3f62a View commit details
    Browse the repository at this point in the history
  5. atomic

    Smab2382 committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    4f4a787 View commit details
    Browse the repository at this point in the history
  6. now compiles

    fixed releaseAccess, allocate, deAlloc
    iNomaD committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    9bd81bd View commit details
    Browse the repository at this point in the history
  7. fixed some mistakes

    iNomaD committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    92fbc8f View commit details
    Browse the repository at this point in the history
  8. fix error

    Smab2382 committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    329840d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. remove trash

    iNomaD committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    0aecb5f View commit details
    Browse the repository at this point in the history
  2. Revert "fix error"

    This reverts commit 329840d.
    iNomaD committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    92ac6e0 View commit details
    Browse the repository at this point in the history
  3. fixed insert

    iNomaD committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    8300010 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. fix

    Smab2382 committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    b92eab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d0058 View commit details
    Browse the repository at this point in the history
  3. find, delete - now works

    iNomaD committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    9cfbbd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. implemented size()

    implemented hashing
    implemented NULL values
    iNomaD committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    1ed181d View commit details
    Browse the repository at this point in the history
  2. unit test

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    1e22f47 View commit details
    Browse the repository at this point in the history
  3. unit test fix

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    cc1b1ce View commit details
    Browse the repository at this point in the history
  4. unit test fix

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    443baf2 View commit details
    Browse the repository at this point in the history
  5. restriction on numProc

    iNomaD committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    e2183c1 View commit details
    Browse the repository at this point in the history
  6. add in cmake file

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    2f7a38b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f29e5e5 View commit details
    Browse the repository at this point in the history
  8. fix

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    3d3dc2a View commit details
    Browse the repository at this point in the history
  9. fix

    Smab2382 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    0a1e90a View commit details
    Browse the repository at this point in the history
  10. improved performance

    refactored
    remake of unit tests
    iNomaD committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    9e89b8e View commit details
    Browse the repository at this point in the history
  11. fix

    iNomaD committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    1f39aef View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. fix

    Smab2382 committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    98872e9 View commit details
    Browse the repository at this point in the history
  2. fix

    Smab2382 committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    e7a2161 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. fix

    Smab2382 committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    e08383e View commit details
    Browse the repository at this point in the history