HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Reduce Path data sizes #65

Closed HLCaptain closed 1 year ago

HLCaptain commented 1 year ago

Experimented with reducing size of Paths. Compressed bytes via the Zstandard algorithm, and with a more optimized data structure, enabled a ~90% reduction in size. Other small refactors and fixes.