https://github.com/kchapelier/convchain-rust
ConvChain ported to rust (naive port as an exercise to learn the language)
https://github.com/kchapelier/convchain-rust
Last synced: 7 months ago
JSON representation
ConvChain ported to rust (naive port as an exercise to learn the language)
- Host: GitHub
- URL: https://github.com/kchapelier/convchain-rust
- Owner: kchapelier
- License: mit
- Created: 2020-05-17T18:11:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T18:21:37.000Z (over 5 years ago)
- Last Synced: 2025-01-13T22:16:43.915Z (9 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# convchain-rust
[ConvChain](https://github.com/mxgmn/ConvChain) ported to Rust (naive port as an exercise to learn the language).
This port is primarily based on my previous JavaScript [implementation](https://github.com/kchapelier/convchain) and is in no way optimized for Rust. For example, there are a lot of closures in there and at the time of writing this, I'm not sure how efficient this is in Rust.
[Short Twitter thread about it with benchmarks](https://twitter.com/kchplr/status/1262077932241068034).