Skip to content

Commit 58a9852

Browse files
committed
doc typo & formatting
1 parent 1d726ff commit 58a9852

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# HdrHistogramJS
44

55
TypeScript port of HdrHistogram for NodeJS and web browsers.
6-
Since version 2, HdrHistogramJS comes in 2 flavors: the good old TypeScript implementation and a brand new WebAssembly implementation. This new WebAssembly implementation leverages on AssemblyScript to bring a significant performance boost. Since some caution must be taken using this WebAssembly implementation it is not enabled by default. Check out the [WebAssembly section](#boosting-performances-with-webassembly-since-hdrhistogramjs-v2) for more details on this topic.
6+
Since version 2, HdrHistogramJS comes in 2 flavors: the good old TypeScript implementation and a brand new WebAssembly implementation!
7+
This new WebAssembly implementation leverages on AssemblyScript to bring a significant performance boost. Since some caution must be taken using this WebAssembly implementation it is not enabled by default.
8+
Check out the [WebAssembly section](#boosting-performances-with-webassembly-since-hdrhistogramjs-v2) for more details on this topic.
79
Most features from Java original HdrHistogram implementations are implemented, including the following ones:
810

911
- regular latency recording
@@ -182,10 +184,10 @@ const correctedHistogram
182184
= histogram.copyCorrectedForCoordinatedOmission(100);
183185
```
184186

185-
## Boosting performances with WebAssembly (since HdrHistogramJS v2)
187+
## Boosting performances with WebAssembly
186188

187189
Since version 2, HdrHistogramJS leverages on WebAssembly to speed up computations. Depending on the use case, the performance boost can be as high as twice as fast :)
188-
Everything has been done to make your life easier when using HdrHistogramJS WebAssembly impelmentation, but since the usage a little bit different WebAssembly is not enabled by default.
190+
Everything has been done to make your life easier when using HdrHistogramJS WebAssembly implementation, but since the usage a little bit different WebAssembly is not enabled by default.
189191
To benefit from WebAssembly performance boost, there are three things to take care of:
190192

191193
- Bootstrap the HdrHistogramJS WebAssembly module at application startup

0 commit comments

Comments
 (0)