string-splitting
string-splitting copied to clipboard
Added simple loop and SSE4.2
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)