Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xijo/rustclusterer

Cluster algorithm of clumpy, implemented in rust
https://github.com/xijo/rustclusterer

Last synced: 16 days ago
JSON representation

Cluster algorithm of clumpy, implemented in rust

Awesome Lists containing this project

README

        

# rustclusterer
Cluster algorithm of [clumpy](https://github.com/xijo/clumpy), implemented in rust.

My goal was to find out if I could speed up the gem by implementing the calculation heavy bits in a performant language. The problem is, that passing the data in and out is pretty slow. I used JSON, but the deserialization takes quite a while in rust. Therefor the ruby version is still faster, yet.