Socket
Socket
Sign inDemoInstall

flatstr

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatstr - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "flatstr",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flattens the underlying C structures of a concatenated JavaScript string",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,5 +7,6 @@ # flatstr

If you're doing lots of string concatanation and then writing that
If you're doing lots of string concatenation and then writing that
string somewhere, you may find that passing your string through
`flatstr` vastly improves performance. We've used it the fast logger [pino](http://npm.im/pino)'s extreme mode go achieve 60% performance gains (from 250ms down to 100ms per 10000 ops).
`flatstr` vastly improves performance. We've used it the fast logger [pino](http://npm.im/pino)'s extreme mode to achieve 60% performance gains (from 250ms down to 100ms per 10000 ops) - the actual gains flatstr itself yields
are 50% (150ms down to 100ms).

@@ -12,0 +13,0 @@ ## Usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc