mbed-os/libraries
Adam Green 7dddd9e578 Asm versions of netstack memcpy() and lwip_standard_chksum()
For tests such as TCPEchoServer
(http://mbed.org/users/emilmont/notebook/networking-libraries-benchmark/)
this change showed a 28% improvement (14Mbps to 18Mbps) when the echo
test was modified to instead use 1K data buffers.

I targetted these two functions based on manual profiling samples which
showed that a great deal of time was being spent in these two functions
when the network stack was being slammed with UDP packets.
2013-08-30 06:09:16 -07:00
..
USBDevice USBDevice: Silence GCC warning 2013-08-21 22:23:35 -07:00
USBHost usbhost: fixed skip bits/max size conf descriptor 2013-03-18 14:54:08 +00:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
fs fs: Silence GCC signed/unsigned warnings 2013-08-19 22:53:49 -07:00
mbed Merge remote-tracking branch 'github/master' 2013-08-30 12:26:37 +03:00
net Asm versions of netstack memcpy() and lwip_standard_chksum() 2013-08-30 06:09:16 -07:00
rpc Added LPC1114 and target for some test cases 2013-08-16 00:24:09 +09:00
rtos Merge remote-tracking branch 'upstream/master' 2013-07-26 15:50:59 +01:00
tests Support LPC1114 platform 2013-08-21 16:41:18 +09:00