This tool takes a list of keywords, and outputs a C/C++ function that determines if the passed in string is one of the words in the fixed list. The function generated should be (depending on the quality of your compiler) significantly faster on average than a solution based on a simple binary search. Initial testing seems to show that, for C++ keywords, the generated code runs in 10%-20% of the time it takes to do a binary search using string compares. That is to say, the code is up to 10x fast
active 2024-08-06 → 2024-08-06 (UTC)
Activity over time
Daily event counts in the loaded window
Line chart, 1 days from 2024-08-06 to 2024-08-06. Pushes: 4 total, peak 4 in a day. Pull requests: 2 total, peak 2 in a day. Issues: 1 total, peak 1 in a day. Comments: 0 total, peak 0 in a day. Stars: 0 total, peak 0 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| codemonkey-uk | 7 | 4 | 2 | 0 |
Recent activity
Latest issues, pull requests and releases
- Pull request#2codemonkey-uk2024-08-06 13:11
- Pull request#2codemonkey-uk2024-08-06 13:10
- Issue#1codemonkey-uk2024-08-06 12:21Does not compile with gcc 12.4.0
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.