Allow for changes to filtering to increase pattern output
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The following variables can be tweaked in https://github.com/lanl/gs_patterns/blob/main/gs_patterns.h to "weaken" the filtering, which can potentially produce more pattern output for an application. These variables are currently defined at compile-time, but it would be nice to make these run-time parameters and share a simple example that demonstrates effects.
NTOP, OUTTHRESH, IWINDOW, USTRIDES, NSTRIDES
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with gs_patterns.h and inspect the compile-time definitions of NTOP, OUTTHRESH, IWINDOW, USTRIDES, and NSTRIDES, along with the code that consumes them. Trace how pattern filtering is configured, then define runtime parameters and add the requested simple example showing how changing them affects pattern output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100