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

Collections #9

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

Collections #9

wants to merge 11 commits into from

Commits on Sep 26, 2024

  1. first implementation of immutableArrayList

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    86e05d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. implementation of sublists, tests

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    be3c9ac View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. new tests with kotest

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d81f321 View commit details
    Browse the repository at this point in the history
  2. new tests with kotest

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0b6f736 View commit details
    Browse the repository at this point in the history
  3. immutable list sort

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9d6a745 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. immutable list benchmark: shuffle the list

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e1789af View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. immutable list benchmark: guava added

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f78ecee View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. immutable list iterator: checking replaced with try, gives a better p…

    …erformance
    
    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7972f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. immutable list builder

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    8ba540c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. minor cleanup: removed unnecessary type qualifier

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    117fe26 View commit details
    Browse the repository at this point in the history
  2. list builder: addAll methods

    Signed-off-by: Laszlo Hornyak <[email protected]>
    K0zka committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ce98602 View commit details
    Browse the repository at this point in the history