Stripping strings out of whitespaces can be sped up using SIMD
Created originally on Bitbucket by Omer Katz
str
's methods strip()
, rstrip()
and lstrip()
can be significantly sped up when SIMD is available and when the user hasn't provided any other value to strip.
The despacer project demonstrates how it is done. It currently does not strip tabs so we'll need to adjust their code.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information