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

Mutexmap #95

Merged
merged 17 commits into from
May 23, 2024
Merged

Mutexmap #95

merged 17 commits into from
May 23, 2024

Commits on Apr 22, 2024

  1. Adds Mutex Map

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e663d5e View commit details
    Browse the repository at this point in the history
  2. Adds an atomic map

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3504bcb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. More work on atomic map and mutex map

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e7b6751 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fixes, improvements and more tests

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7c6bb0c View commit details
    Browse the repository at this point in the history
  2. Updates interface

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    e6f844b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Linter

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    83a9c0a View commit details
    Browse the repository at this point in the history
  2. Refactors atomic map to use generics

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7246485 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. cleanups

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4a3a510 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Cassie Coyle <[email protected]>
    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska and cicoyle authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d43a33c View commit details
    Browse the repository at this point in the history
  3. small reorg

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1715b0a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Adds ItemCount()

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f73cbfb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Removes atomicmap in favour of haxmap

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 19, 2024
    Configuration menu
    Copy the full SHA
    20ca9ad View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. formats fix and adds comment

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9973f74 View commit details
    Browse the repository at this point in the history
  2. Update concurrency/mutexmap.go

    Co-authored-by: Josh van Leeuwen <[email protected]>
    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska and JoshVanL authored May 20, 2024
    Configuration menu
    Copy the full SHA
    64ed1be View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Uses built in clear

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7ac5721 View commit details
    Browse the repository at this point in the history
  2. Revert "Removes atomicmap in favour of haxmap"

    This reverts commit 20ca9ad.
    
    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cf6ab26 View commit details
    Browse the repository at this point in the history
  3. Uses clear() for atomic map too

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8e24aad View commit details
    Browse the repository at this point in the history