Fast unicode (UTF-8) validation with autovectorization
TLDR: This article describes a very fast algorithm for UTF-8 unicode validation. It has two paths, ascii and UTF-8, both paths are autovectorized. Introduction This UTF8 validator is based on a b...