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] Fast Concurrent Deque Through Explicit Timestamping #127

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

Commits on Dec 4, 2018

  1. Init ts_deque

    pr3sto committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    9d2f2af View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. init deque_buffer

    EduardBlees committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    4e31819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff2b21 View commit details
    Browse the repository at this point in the history
  3. init timestamp

    vikkiorrikki committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    c20d3c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

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

Commits on Dec 10, 2018

  1. try remove left impl

    EduardBlees committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    c7c96bf View commit details
    Browse the repository at this point in the history
  2. threadcontext

    EduardBlees committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    9f6d53e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. implement insert_right

    pr3sto committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    92efc84 View commit details
    Browse the repository at this point in the history
  2. timestamp hardware

    vikkiorrikki committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    a136c71 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. insert_left implementation

    pr3sto committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0dcef53 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

  1. try remove right impl

    EduardBlees committed Dec 15, 2018
    Configuration menu
    Copy the full SHA
    7fdf05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab723b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. implement ts_deque

    pr3sto committed Dec 16, 2018
    Configuration menu
    Copy the full SHA
    b2a8b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0178ecb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

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

Commits on Dec 18, 2018

  1. fixes insert methods

    pr3sto committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    06542ae View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. timestamp atomic counter

    vikkiorrikki committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    09052d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546b8b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. code format

    EduardBlees committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    0e4fd30 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

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

Commits on Dec 24, 2018

  1. prepare to pull request

    pr3sto committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    c4ecac4 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    pr3sto committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    eb5e9f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5ecc16 View commit details
    Browse the repository at this point in the history
  4. fix

    pr3sto committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    72f5ef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. add copyright note

    pr3sto committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    ac02558 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. fix emptyness check, thread_id

    pr3sto committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    430297f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. stress tests added

    pr3sto committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    ff40ba7 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    5ee65b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ece4c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. add rdtscp check

    pr3sto committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2410e88 View commit details
    Browse the repository at this point in the history