oleiade / lane

Generic PriorityQueues, Queues, Stacks, and Deque data structures for Go
https://pkg.go.dev/github.com/oleiade/lane#pkg-types
MIT License
878 stars 76 forks source link

PQueue using int64s for priority value #10

Closed StabbyCutyou closed 2 years ago

StabbyCutyou commented 9 years ago

Any objection?

Happy to PR this in, we're already using a fork with just this change in a production environment, and see no adverse effects.

oleiade commented 8 years ago

Hey @StabbyCutyou

Replying more than a year later, sorry for that. If you pass by, no objections at all, PRs welcome :)