Bug 2858 - Use std::transform (C++11) to efficiently do operations on SpectrumValue
Use std::transform (C++11) to efficiently do operations on SpectrumValue
Status: LAST CALL
Product: ns-3
Classification: Unclassified
Component: spectrum
ns-3-dev
All All
: P3 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-01-26 05:06 EST by natale.patriciello
Modified: 2018-05-29 22:23 EDT (History)
2 users (show)

See Also:


Attachments
SpectrumValue optimization (6.43 KB, text/x-c++src)
2018-01-26 05:06 EST, natale.patriciello
Details

Note You need to log in before you can comment on or make changes to this bug.
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.