commaai / laika

Simple Python GNSS processing library
MIT License
639 stars 179 forks source link

Use atomic writer to cache files to fix race condition #99

Closed gijskoning closed 2 years ago

gijskoning commented 2 years ago

Race condition happened in process_replay. Might also have happened in Mesh3d!

Saving the compressed file is not necessary so its removed. Decompresses in memory and saves it using atomic writer.