Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement simple concurrent Rego evaluation #125

Merged
merged 2 commits into from
May 24, 2023
Merged

Implement simple concurrent Rego evaluation #125

merged 2 commits into from
May 24, 2023

Commits on May 24, 2023

  1. Implement simple concurrent Rego evaluation

    This only makes the rego evaluation concurrent.
    
    An option to write output to a file has also been added.
    
    Fixes: #113, at least as a first
    pass. There is always GOMAXPROCS.
    
    Signed-off-by: Charlie Egan <charlie@styra.com>
    charlieegan3 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d5e1405 View commit details
    Browse the repository at this point in the history
  2. Appease the linter

    charlieegan3 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    beaf789 View commit details
    Browse the repository at this point in the history