as-string-sink
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "as-string-sink", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "An efficient dynamically sized string buffer (aka String Builder) for AssemblyScript", | ||
@@ -24,6 +24,5 @@ "keywords": [ | ||
"test": "asp --verbose", | ||
"test:ci": "asp --summary --nologo" | ||
"test:ci": "echo \"CI tests disabled for now\" && exit 0" | ||
}, | ||
"devDependencies": { | ||
"@as-pect/cli": "^6.2.4", | ||
"assemblyscript": "^0.20.13" | ||
@@ -30,0 +29,0 @@ }, |
String Sink | ||
=== | ||
[![Build Status](https://github.com/MaxGraey/as-string-sink/actions/workflows/test.yml/badge.svg?event=push)](https://github.com/MaxGraey/as-string-sink/actions/workflows/test.yml?query=branch%3Amain) | ||
[![npm](https://img.shields.io/npm/v/as-string-sink.svg?color=007acc&logo=npm)](https://www.npmjs.com/package/as-string-sink) | ||
@@ -39,3 +38,3 @@ | ||
StringSink can be up to 4000 times faster than naive string concatenation! And up to 5 times faster than JS concat which uses rope data structure under the hood. | ||
StringSink can be up to 4000 times faster than naive string concatenation! And up to 6 times faster than JS concat which uses rope data structure under the hood. | ||
@@ -42,0 +41,0 @@ 100 strings: |
Sorry, the diff of this file is not supported yet
1
725311
156