Bug 2858

Summary: Use std::transform (C++11) to efficiently do operations on SpectrumValue
Product: ns-3 Reporter: natale.patriciello
Component: spectrumAssignee: Nicola Baldo <nicola>
Status: LAST CALL ---    
Severity: normal CC: ns-bugs, tomh
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: SpectrumValue optimization

Description natale.patriciello 2018-01-26 05:06:37 EST
Created attachment 3017 [details]
SpectrumValue optimization

The patch transforms the loop over the iterators in the less-compact and more vectorizable way of using std::transform, a C++11 feature.