-
Notifications
You must be signed in to change notification settings - Fork 551
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
Bump gini for performance improvement #2336
Bump gini for performance improvement #2336
Conversation
new version has logic.C performance improvements that should help see: - go-air/gini#17 - go-air/gini@3a1a4d9 - go-air/gini@8dd6805 - go-air/gini#18 Signed-off-by: Evan <[email protected]>
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, ecordell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <[email protected]>
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <[email protected]>
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <[email protected]>
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <[email protected]>
The new version has logic.C performance improvements that speed up input construction a little.
I added a new benchmark for input construction and tested it before/after the update:
Before:
After:
refs:
(I missed the discussion around forking into operator-framework - is there any reason not to switch back to the upstream here?)