Skip to content

[🐞] use native streams when available #7694

Open
@wmertens

Description

@wmertens

Which component is affected?

Qwik Runtime

Describe the bug

For SSR we're using a webstream, even on Node.js, and the implementation in Node.js doesn't cope well with many small strings being written.

We should use native streams when available.

Reproduction

n/a

Steps to reproduce

look at allocations recording in nodejs vs in browser

System Info

Node.js all versions

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    COMP: performanceThis issue is related to a performance problem or bugTYPE: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions