Skip to content

Commit 8d35e26

Browse files
authored
docs: remove flatstr suggestion (#796)
it's obsolete and unecesssary in modern nodejs Signed-off-by: francesco <[email protected]>
1 parent cc14cc8 commit 8d35e26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
__fast-json-stringify__ is significantly faster than `JSON.stringify()` for small payloads.
99
Its performance advantage shrinks as your payload grows.
10-
It pairs well with [__flatstr__](https://www.npmjs.com/package/flatstr), which triggers a V8 optimization that improves performance when eventually converting the string to a `Buffer`.
1110

1211

1312
### How it works

0 commit comments

Comments
 (0)