Skip to content

Reimplement Buffer polyfill  #160

Closed as not planned
Closed as not planned
@pi0

Description

The Buffer polyfill we provided, is a much more compacted version of browserify Buffer that is used in most of the other implementations.

Although I have previously spend some time to optimize it, I belive it can be furhor more optimized in terms of both size and performance by migrating to more modern native APIs.

Steps:

  • Add test suite for Buffer
  • Enable typecheck on all buffer related files
  • Get rid of old browser/js compact syntax and workarounds
  • Investigate native integrations

(if you like to contribute, separate PR is welcome for each top-down ❤️ )

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions