Faster strlen. Checks 8 characters at a time.
- This is a version of strlen, inspired by glibc's version, which checks 8 characters at a time, speeding it up.
- Maybe future possibility to implement this in the iterator trait.
- Modified to align memory before checking 8 at a time.
Edited by James Francis