DEV Community

Cyrille Courtiere
Cyrille Courtiere

Posted on

Play with polylines in Ruby, 300x faster

Hello community!

At Klaxit, we have had historical problems serializing and deserializing polylines at speed. As our improvements proposal to the main gem (namely "polylines") was rejected, we decided to built our own. We have been running it for years in production now and it is 300 times faster than the original one. Enjoy ;-)

https://github.com/klaxit/fast-polylines

Top comments (0)