Skip to content

Faster strlen. Checks 8 characters at a time.

James Francis requested to merge jamespcfrancis/relibc:faster_strlen into master
  • 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

Merge request reports