Skip to content

Stop using Node.js Buffer #84

@Lorp

Description

@Lorp

Using Buffer in Node.js is inefficient compared with DataView and ArrayBuffer (which are available everywhere). Much better to subclass DataView and at the same time handle pointer increments within the class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions