concurrent-map icon indicating copy to clipboard operation
concurrent-map copied to clipboard

added NewGeneric creation function and related test units

Open BruceDu521 opened this issue 1 year ago • 0 comments

I noticed issue #135 , so I added a function NewGeneric[K comparable, V any]() to create a generic type Key map. I also wrote 2 tests and 2 benchmark test for it.

There are some blank lines and spaces in the code, caused by the automatic formatting when vscode saves .go file.

BruceDu521 avatar Dec 11 '24 12:12 BruceDu521