string-splitting icon indicating copy to clipboard operation
string-splitting copied to clipboard

Added simple loop and SSE4.2

Open HFTrader opened this issue 9 years ago • 0 comments

Added 'wc' in run_all.bash to warm up (preload) the file before the first python run Added SSE4.2 flag to Makefile Added two additional tests:

  • splithb1: simple loop, just iterates over the bytes read counting words (1.0 secs)
  • splithb2: uses SSE4.2 to iterate in blocks of 16 bytes (0.5 secs)

HFTrader avatar Apr 16 '16 06:04 HFTrader