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

Add reusable counterpart of WeightedIndex #1460

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

maratik123
Copy link

@maratik123 maratik123 commented Jun 15, 2024

  • Added a CHANGELOG.md entry

Summary

Add reusable counterpart of WeightedIndex

Motivation

This solves #1459

Details

Add new module to implement ReusableWeightedIndex

/// Just a wrapper to surround internal persistent storage to reuse in [`ReusableWeightedIndex`]
/// instances.
#[derive(Debug, Clone, PartialEq)]
pub struct CumulativeWeightsWrapper<X> {
Copy link
Author

Choose a reason for hiding this comment

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

May be it will be useful to replace it with slice container to allow somebody to use stack-allocated container (via smallvec for example). But it will require additional checks on filling with weights

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.

None yet

1 participant