Hacker News new | ask | show | jobs
by teo_zero 1072 days ago
But this is not the original problem! Only p's should decrease the counter, in your code every non-s does.
1 comments

The original problem was working on strings that only hold 's' and 'p' characters, as seen in bench.c. The first implementation checked against 's' and 'p' specifically, and all subsequent version optimized that first version.