Skip to content

Support for allocating more sketches than normal#133

Merged
etwest merged 4 commits intomainfrom
support-for-k
Jul 24, 2023
Merged

Support for allocating more sketches than normal#133
etwest merged 4 commits intomainfrom
support-for-k

Conversation

@etwest
Copy link
Collaborator

@etwest etwest commented Jul 11, 2023

We need to, for a variety of potential applications, be able to allocate more than just O(log n) sketches. This pull request gives that option to users through the graph_configuration.

@etwest etwest requested a review from kennyzzhang July 11, 2023 16:57
// Ex factor of 1, double the sketches
// factor of 0.5, 1.5 times the sketches
// factor of 0, normal quantity of sketches
double _adtl_skts_factor = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

my engineer brain dislikes this very much. would be simpler for it to be just multiplicative and name it accordingly

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Hmm okay I suppose that works at well.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

@Victor-C-Zhang
Copy link
Collaborator

pls also document the changes you made to memory profiling/etc

@etwest
Copy link
Collaborator Author

etwest commented Jul 17, 2023

pls also document the changes you made to memory profiling/etc

What changes are you referring to exactly?

@etwest etwest requested a review from Victor-C-Zhang July 19, 2023 05:10
@etwest etwest merged commit 9068113 into main Jul 24, 2023
@etwest etwest deleted the support-for-k branch July 24, 2023 15:05
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