feat: add jest_rust jisspam spam detector with build target and benchmark integration

Add new Rust-based spam detection project under jest_rust/jisspam with Cargo.toml, main.rs implementing forbidden word analysis, and test files for spam/not-spam classification. Include build_jest target in Makefile, add jisspam binary to .gitignore, and integrate its execution into bench.py benchmark suite alongside existing C, CPP, and Python implementations.
This commit is contained in:
Jest Dotty
2025-03-24 00:03:09 +00:00
parent dee74d4ddb
commit d1630e5a9c
11 changed files with 269 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@ __pycache__
target
isspam
risspam
/jisspam
isspam_cpp
.build-trigger-2014-12-02 15:26
borded_cpp_exec
borded_cpp_exec