Eren Dursun

Results 2 issues of Eren Dursun

This pull request speeds up the LinkedHashMap Remove() function from O(n) to O(1) and closes #178 **benchmarks before changes** ``` goos: linux goarch: amd64 pkg: github.com/emirpasic/gods/maps/linkedhashmap cpu: AMD Ryzen 7...

This pull request speeds up the LinkedHashMap Remove() function from O(n) to O(1) and closes #178 This is a reimplementation of #211 (with generics) **benchmarks before changes** ``` goos: linux...