You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would return a vector of tuples with rate and time. This would make, e.g. __fwd_times able to not allocate so much.
Composing iterators alternative: Transducers doesn't retain/compute the collected size in advance, so that didn't work. Try just base iterators?
The text was updated successfully, but these errors were encountered:
alecloudenback
changed the title
Add Iteration Wrapper to get rate and time
Reduce Allocations in YieldCurve - Add Iteration Wrapper to get rate and time?
Aug 2, 2022
E.g.:
WithTime(ScenarioGenerator(...))
Would return a vector of tuples with rate and time. This would make, e.g.
__fwd_times
able to not allocate so much.Composing iterators alternative: Transducers doesn't retain/compute the collected size in advance, so that didn't work. Try just base iterators?
The text was updated successfully, but these errors were encountered: