#23 share distributions

Open
opened 1 year ago by j3tracey · 0 comments

Especially if we end up using weighted distributions, we should be sharing identical distributions across the whole client/peer, rather than generating a new one for each conversation. The easiest way of doing this is probably doing a pass of all the config files to find identical dists, making our distribution enums store 'static refs, and using Box::leak().

Especially if we end up using weighted distributions, we should be sharing identical distributions across the whole client/peer, rather than generating a new one for each conversation. The easiest way of doing this is probably doing a pass of all the config files to find identical dists, making our distribution enums store `'static` refs, and using [`Box::leak()`](https://doc.rust-lang.org/std/boxed/struct.Box.html#method.leak).
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.