Skip to content

Back to front encoding is fastest #21

@oscbyspro

Description

@oscbyspro

UnsafeMutableBufferPointer has a nice API for setting elements font to back, so you might shoehorn the implementation in that direction (as I have done). In doing this, you have to perform some wizardry because the characters are extracted back to front by a remainder operation. Going the other way turns out to be faster.

Metadata

Metadata

Assignees

No one assigned

    Labels

    brrrsuch code, much wow

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions