rvolgers / giganovel-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

giganovel.rs

This is a Rust port of the giganovel.py script which is used as a test file to benchmark programs that find the k most frequent words.

The original Python version can be found here.

On my system it takes about 30 minutes to generate the 1GB output file. This is obviously an unacceptably large yak, so I set out to shave it.

About


Languages

Language:Rust 100.0%