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

UOE-5310: Changes for optimization II #48

Merged
merged 2 commits into from
Jun 15, 2020
Merged

UOE-5310: Changes for optimization II #48

merged 2 commits into from
Jun 15, 2020

Conversation

ShriprasadM
Copy link
Collaborator

No description provided.

@ShriprasadM ShriprasadM marked this pull request as ready for review June 9, 2020 04:28
Copy link
Collaborator Author

@ShriprasadM ShriprasadM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. To check if we can move to a new package - impressions. (Check for cyclic dependency)
  2. To check how can minimize the repetition of impression objects with the same duration. Approach
    1. Define constant - it will indicate how many repetitions are allowed
    2. 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{}) {
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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 {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. add Algorithm - enum
  2. remove impressions structure
  3. define algorithm enum

UOE:5310 code review (#49)
@pm-viral-vala pm-viral-vala merged commit af28a0f into ci Jun 15, 2020
PubMatic-OpenWrap pushed a commit that referenced this pull request Jun 24, 2020
pm-viral-vala pushed a commit that referenced this pull request Jun 25, 2020
This reverts commit af28a0f.

Co-authored-by: Shriprasad <shriprasad.marathe@pubmatic.com>
pm-nilesh-chate pushed a commit that referenced this pull request Jan 14, 2022
UOE-5310: Changes for optimization II (#48)
pm-nilesh-chate pushed a commit that referenced this pull request Jan 14, 2022
This reverts commit af28a0f.

Co-authored-by: Shriprasad <shriprasad.marathe@pubmatic.com>
pm-nilesh-chate pushed a commit that referenced this pull request Jan 17, 2022
UOE-5310: Changes for optimization II (#48)
pm-nilesh-chate pushed a commit that referenced this pull request Jan 17, 2022
This reverts commit af28a0f.

Co-authored-by: Shriprasad <shriprasad.marathe@pubmatic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants