Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added simple loop and SSE4.2 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

HFTrader
Copy link

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)

…irst python run

Added SSE4.2 flag to Makefile
Added two additional tests:
- splithb1: simple loop, just iterates over the bytes read counting words
- splithb2: uses SSE4.2 to iterate in blocks of 16 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant