feat: add Swift implementation of isspam (sisspam) with CI build and benchmark integration

- Add swift_isspam package with optimized main.swift using unsafe memory flags
- Extend CI workflow to install Swift 5.9.2 and include sisspam in build_all and benchmark
- Update Makefile with build_swift target and publish step for sisspam binary
- Add sisspam to .gitignore and README with author credit
- Enable Swift timing in bench.py alongside existing language implementations
This commit is contained in:
2026-02-03 01:24:34 +00:00
parent 39c9bfb36f
commit 2f0d088beb
7 changed files with 264 additions and 7 deletions
+2
View File
@@ -9,7 +9,9 @@ target/
/isspam
/risspam
/jisspam
/sisspam
/isspam_cpp
/borded_cpp_exec
/isspam.py
swift_isspam/.build/
.build-trigger-2014-12-02 15:26