Scarygami / location-history-json-converter

Convert the Location History JSON File from Google Takeout into a useable format
Apache License 2.0
484 stars 118 forks source link

Haskell version of Location History JSON Converter #60

Open rickprice opened 10 months ago

rickprice commented 10 months ago

I absolutely love this tool that Scarygami created, but I wanted something faster and more stripped down. I have created a version written in Haskell here, and if anyone cares, I can create binaries for whatever platform.

https://github.com/rickprice/google-location-history-converter

Scarygami, if you think this is rude, feel free to delete this.

Thanks Frederick Price

kpym commented 1 month ago

@rickprice I appreciate your contribution and your enthusiasm for optimizing the tool. For similar reasons, I created my own version in Go: gotoextr. I haven’t tested which one is faster—your Haskell version or mine—but I’m curious about the performance differences between our implementations. 😉

I think it’s great to have multiple implementations available to the community, catering to different preferences for language and performance.🚀