Files
isspam/retoor_c
retoor ef3c9b5c5b feat: add benchmark target to Makefile and optimize isspam.c with stricmp
- Add 'benchmark' target to Makefile that extracts books archive and runs bench.py
- Reorder includes in isspam.c (rstr.h before rstring_list.h)
- Replace file_exists() with case-insensitive stricmp() for forbidden word matching
- Remove unused flags (show_capitalized, show_sentences, etc.) and stripws() function
- Add memory usage comment and fix trailing newline in rstr.h header guard
2024-12-01 21:02:32 +00:00
..