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

Dynamic growth of slab pool for concurrent_map #22

Open
wants to merge 61 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2020

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

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    e5257c0 View commit details
    Browse the repository at this point in the history
  2. Added support for resizing dynamic allocation pool

    Nico Iskos committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    a314c19 View commit details
    Browse the repository at this point in the history
  3. removed prints

    Nico Iskos committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    49161a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. added pool growth support for unique bulk insert and temporarily remo…

    …ved some device allocations in gpu_hash_table for testing
    Nico Iskos committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    ff5ba41 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. added support for preemptive pool growth

    Nico Iskos committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    44ab2f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. added preemptive resizing for non unique build kernel

    Nico Iskos committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    48b21df View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

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

Commits on Dec 28, 2020

  1. updated gitmodules

    Nicolas-Iskos committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    01c972b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c9bcc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. removed dead code

    Nicolas-Iskos committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    c1f8e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f6ba0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. added cub

    Nicolas-Iskos committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    b29b988 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    e3c6463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ee554 View commit details
    Browse the repository at this point in the history
  3. removed print

    Nicolas-Iskos committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    610af7b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. 37.5 split

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    8b006f9 View commit details
    Browse the repository at this point in the history
  2. resize at 70% lf

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    c1fb642 View commit details
    Browse the repository at this point in the history
  3. prints

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    d2d2926 View commit details
    Browse the repository at this point in the history
  4. changes to SlabAlloc

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    de70e25 View commit details
    Browse the repository at this point in the history
  5. prints

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    b090ece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5769e20 View commit details
    Browse the repository at this point in the history
  7. removed prints

    Nicolas-Iskos committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    90909ee View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. 87.5% splut

    Nicolas-Iskos committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    855db99 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. 37.5% split

    Nicolas-Iskos committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    b82f0aa View commit details
    Browse the repository at this point in the history
  2. prints

    Nicolas-Iskos committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    df66adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12d4d9c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. bug fix in build

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    1f08535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c51175 View commit details
    Browse the repository at this point in the history
  3. changes to SlabAlloc

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d1a116c View commit details
    Browse the repository at this point in the history
  4. resize at 70%

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    854b1f9 View commit details
    Browse the repository at this point in the history
  5. 87.5 split

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    34afe70 View commit details
    Browse the repository at this point in the history
  6. resize at 50%

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    57c0133 View commit details
    Browse the repository at this point in the history
  7. prints

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    79eccec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8314c45 View commit details
    Browse the repository at this point in the history
  9. resize at 65% lf

    Nicolas-Iskos committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    3a73666 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. prints

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    31d7a0f View commit details
    Browse the repository at this point in the history
  2. prints

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    8f7b436 View commit details
    Browse the repository at this point in the history
  3. prints

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    42d2568 View commit details
    Browse the repository at this point in the history
  4. prints

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    1911889 View commit details
    Browse the repository at this point in the history
  5. resize at 90%

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c2db909 View commit details
    Browse the repository at this point in the history
  6. changes to SlabAlloc

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    c1df972 View commit details
    Browse the repository at this point in the history
  7. changes to SlabAlloc

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    32558d2 View commit details
    Browse the repository at this point in the history
  8. SlabAlloc

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    936ae45 View commit details
    Browse the repository at this point in the history
  9. fixes to SlabAlloc

    Nicolas-Iskos committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7053d9c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. reisze at 75

    Nicolas-Iskos committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    b6ae38e View commit details
    Browse the repository at this point in the history
  2. prints

    Nicolas-Iskos committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    ba0b0c3 View commit details
    Browse the repository at this point in the history
  3. changes to SlabAlloc

    Nicolas-Iskos committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    946aa03 View commit details
    Browse the repository at this point in the history
  4. resize 60

    Nicolas-Iskos committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    a217079 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. resize at 55%

    Nicolas-Iskos committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    f5f6f00 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. resize 60

    Nicolas-Iskos committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    d9f39f9 View commit details
    Browse the repository at this point in the history
  2. resize 90

    Nicolas-Iskos committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6a57ca8 View commit details
    Browse the repository at this point in the history
  3. SlabAlloc changes

    Nicolas-Iskos committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    38b5a03 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    b24b998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c0074 View commit details
    Browse the repository at this point in the history
  3. minor changes

    Nicolas-Iskos committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    148f1b8 View commit details
    Browse the repository at this point in the history
  4. SlabAlloc changes

    Nicolas-Iskos committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    e701dbf View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. style fixes

    Nicolas-Iskos committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b44ccde View commit details
    Browse the repository at this point in the history
  2. style fixes

    Nicolas-Iskos committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c956e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update README.md

    Nicolas-Iskos authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    cd2319d View commit details
    Browse the repository at this point in the history