You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ykadowak
changed the title
[WIP] Feature/internal/sync map 2
Feature/internal/sync map 2
Jul 10, 2023
ykadowak
changed the title
Feature/internal/sync map 2
Add gache generic Map as internal/sync.Map and replace standard sync.Map with it
Jul 10, 2023
ykadowak
changed the title
Add gache generic Map as internal/sync.Map and replace standard sync.Map with it
Add gache's generic Map as internal/sync.Map and replace standard sync.Map with it
Jul 10, 2023
ykadowak
changed the title
Add gache's generic Map as internal/sync.Map and replace standard sync.Map with it
[WIP] Add gache's generic Map as internal/sync.Map and replace standard sync.Map with it
Jul 10, 2023
❗ Current head 342d3b8 differs from pull request most recent head 6bac855. Consider uploading reports for the commit 6bac855 to get more accurate results
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
SSIA
sync
is taken by the standard library so used aliasvaldsync
, which doesn't look so good to me but couldn't come up with a better name.expunges
exceptgrpcconns
which has a originalRange
logic so it wasn't possible to replace with valdsync.MapRelated Issue:
Versions:
Checklist:
Special notes for your reviewer: