Skip to content

Assembly version of AndUnsafeInplace? #33

@shenwei356

Description

@shenwei356

I need a faster AND(x, y []byte function (stackoverflow post, and benchmark repo) and just find you provide one.

func AndUnsafeInplace(main, arg []byte) {}

It's so fast by converting every 8 bytes to uint64,

I'm wondering if it could be faster to use golang assembly code utilizing SIMD instructions.

I just begin to learn assembly language, hope I can help one day.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions