Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xijo/rustclusterer
- Owner: xijo
- Created: 2015-05-31T08:21:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-31T08:25:39.000Z (over 9 years ago)
- Last Synced: 2024-12-23T07:53:07.368Z (22 days ago)
- Language: Rust
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.