concurrent-map
concurrent-map copied to clipboard
added NewGeneric creation function and related test units
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.