JSPM

ac-auto

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q24487F
  • License Apache-2.0

Aho-Corasick automaton implementation for fast string matching.

Package Exports

  • ac-auto

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ac-auto) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AC-Auto

本项目基于 pyloque/fastscan 拓展而来。

文档待完善。

主要改变

  • 使用 TypeScript
  • 提倡异步处理
  • 代码和性能优化

Credits

本项目基于 pyloque/fastscan