Unresolved
Details
Details
Assignee
Fraser Hutchison
Fraser HutchisonReporter
Fraser Hutchison
Fraser HutchisonLabels
Start date
Dec 19, 2018
End date
Dec 19, 2018
Story Points
4
Components
Priority
Created December 19, 2018 at 9:38 AM
Updated March 26, 2019 at 2:52 PM
We want to investigate the potential to replace the newly-implemented mappings of hashes to
usize
indices withRc
pointers to the hashes.It's hoped that this might have a smaller impact on the code, while not costing us a significant drop in performance.
We need to consider whether to try to replace one of the exiting instances of such a mapping (probably the one relating to
Event
s would be simpler to use than thePeerId
one) in order to examine the results, or whether to try to create a separate throwaway crate which will need to roughly replicate the behaviour of Parsec wrt such a mapping (i.e. have similar numbers of elements and similar ratio of insertions/accesses/deletions)