raman325 / ostinato

Automatically exported from code.google.com/p/ostinato
GNU General Public License v3.0
0 stars 0 forks source link

Optimization: Cache 'frameValue()' for protocols and stream classes #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Performance can be improved by caching 'frameValue()' for protocols and stream 
classes so that it doesn't have to be derived every time if there is no change 
in the protocol/stream's (field) data

Note: this will not impact the traffic rates generated by Ostinato since we 
pre-build the complete set of packets before starting transmit.

Original issue reported on code.google.com by pstav...@gmail.com on 6 Oct 2011 at 7:47