Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (28 loc) · 1.7 KB

@blackblock/joli-string

The world fastest Javascript unique string generator.

 Gzip Badge Codacy Badge Maintainability Test Coverage Known Vulnerabilities

Benchmark

Folk and run the benchmark to compare this library with other identical libraries

Version 1.1.0

While-loop;String;Memoized

6,547,943 ops/sec ±1.61% (77 runs sampled)

Version 1.0.0

Recursion;String;Memoized

3,894,252 ops/sec ±1.28% (78 runs sampled)

Version 0.1.0

Recursion;Array;No memoize

994,451 ops/sec ±2.39% (77 runs sampled)

Other similar packages

3,112,393 ops/sec ±2.90% (76 runs sampled)

Features

  • Pure

  • Lightweight and performant

  • Well-tested

  • Infinite combinations of unique string

Made in Hong Kong

This library is made by a Hong Konger.

Installation

yarn add @blackblock/joli-string