-
Notifications
You must be signed in to change notification settings - Fork 5
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
UOE-5310: Changes for optimization II #48
Conversation
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.
- To check if we can move to a new package - impressions. (Check for cyclic dependency)
- To check how can minimize the repetition of impression objects with the same duration. Approach
- Define constant - it will indicate how many repetitions are allowed
- Find how many maximum repetitions are required
@@ -205,7 +204,8 @@ func fact(no uint64) big.Int { | |||
|
|||
// wrapper around print function | |||
func print(format string, v ...interface{}) { |
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.
use Logf instead print
@@ -0,0 +1,478 @@ | |||
// Package ctv provides functionalities for handling CTV specific Request and responses |
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.
To check if we can refactor this code.
"github.com/PubMatic-OpenWrap/prebid-server/openrtb_ext" | ||
) | ||
|
||
type config struct { |
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.
- add Algorithm - enum
- remove impressions structure
- define algorithm enum
UOE:5310 code review (#49)
This reverts commit af28a0f.
UOE-5310: Changes for optimization II (#48)
UOE-5310: Changes for optimization II (#48)
No description provided.