• @CameronDev
    link
    110 months ago

    The random ascii vs random s/p character is definitely just branch prediction. For random ascii the most common branch is “do nothing”, so easier to branch predict. Not sure why the original author was unsure?