|
Bugzilla – Full Text Bug Listing |
| Summary: | Use std::transform (C++11) to efficiently do operations on SpectrumValue | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | spectrum | Assignee: | 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 | ||
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.