Thanks to visit codestin.com
Credit goes to github.com

Skip to content

toTypedArray optimization #11

@ncharlton02

Description

@ncharlton02

For the JS frontend, we are often times using toTypedArray to use ArrayBuffer. This is really slow and is the bottleneck for using buffers on the Web.

Its possible we could make a multiplatform typealias that uses ByteArray on the JVM and Array<Byte> but this might cause extra boxing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions