GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Faster sorting #163

Open geowurster opened 9 years ago

geowurster commented 9 years ago

For some reason the PriorityQueue() sorting broke and using sorted() is slower.