@string-data-structure/failure-function

1.0.0 • Public • Published

🌘 @string-data-structure/failure-function

String searching failure function for JavaScript. See docs.

import {build} from '@string-data-structure/failure-function';
const s = 'abracadabra';
const t = new Int32Array(s.length + 1);
build(s, 0, s.length, t, 0);

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.0.2
    0
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i @string-data-structure/failure-function

Weekly Downloads

4

Version

1.0.0

License

AGPL-3.0

Unpacked Size

451 kB

Total Files

14

Last publish

Collaborators

  • raskat
  • aureooms