GlobalFishingWatch / gpsdio

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

Remove copy / deepcopy operations #159

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

They're very expensive. If the user wants to maintain the original message they can wrap input streams in a (copy.deepcopy(m) for m in messages).