-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Check List
Feature Request
Line 33 in c69553c
| return Buffer.from(data); // Assume string is UTF-8 encoded string |
When the generated web page has a large size, this becomes a performance bottleneck.
I don't quite understand why we need to convert the string to a buffer and then write it back to the file. Is it possible to skip the process of converting to a buffer?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working