blob: 2f133c840996850e049f6359c829efb566a99a46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
cpu_rec_rs is a Rust reimplementation of the original cpu_rec.
Why reimplement it?
- Performance
- Code simplification
- Rust practice
The original cpu_rec contains a lot of code necessary for experimenting
and updating the corpus.
If you want to play with various settings for prediction, please use
cpu_rec (github.com/airbus-seclab/cpu_rec).
|