This commit is contained in:
parent
d6ef4c84e0
commit
580db19f0b
@ -1,7 +1,10 @@
|
|||||||
# Isspam
|
# Isspam
|
||||||
Fast as light evaluator for text files to summarize specific details about the text files.
|
Fast as light evaluator for text files to summarize specific details about the text files.
|
||||||
|
|
||||||
This repository contains two versions of the same algorithm.
|
This repository contains two versions of the same algorithm.
|
||||||
|
|
||||||
Versions:
|
Versions:
|
||||||
|
|
||||||
- Rust (risspam) written by 12bitfloat.
|
- Rust (risspam) written by 12bitfloat.
|
||||||
- C (isspam) written by retoor.
|
- C (isspam) written by retoor.
|
||||||
|
|
||||||
@ -52,8 +55,12 @@ Word count per sentence: 21
|
|||||||
Memory usage: 1 MB, 6.460 (re)allocated, 4.222 unqiue free'd, 0 in use.
|
Memory usage: 1 MB, 6.460 (re)allocated, 4.222 unqiue free'd, 0 in use.
|
||||||
```
|
```
|
||||||
## Valgrind status
|
## Valgrind status
|
||||||
Valgrind output for isspam version. Rust variant thinks it's too cool for memory checks afterwards.
|
Valgrind output for isspam version.
|
||||||
|
|
||||||
|
Rust variant thinks it's too cool for memory checks afterwards.
|
||||||
|
|
||||||
Date: 2024-11-30
|
Date: 2024-11-30
|
||||||
|
|
||||||
```
|
```
|
||||||
==58062==
|
==58062==
|
||||||
==58062== HEAP SUMMARY:
|
==58062== HEAP SUMMARY:
|
||||||
|
Loading…
Reference in New Issue
Block a user