sphinxy / DataStructures

Concurrent priority queue and skip list for .NET
MIT License
42 stars 23 forks source link

Added constructor overload for injecting IComparer<T> #7

Closed JulianMay closed 7 years ago

JulianMay commented 7 years ago

Came in handy for me, might work for others as well. Thanks!