Skip to content

Commit

Permalink
Update technical details (#79)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README
  • Loading branch information
vbkaisetsu authored Jul 31, 2022
1 parent be553b5 commit a3aa4a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A fast implementation of the Aho-Corasick algorithm using the compact double-arr
[![Rust](https://img.shields.io/badge/rust-1.58%2B-blue.svg?maxAge=3600)](https://github.com/daac-tools/daachorse)
[![Build Status](https://github.com/daac-tools/daachorse/actions/workflows/rust.yml/badge.svg)](https://github.com/daac-tools/daachorse)

[Technical details (Japanese)](https://tech.legalforce.co.jp/entry/2022/02/24/140316)
The main technical ideas behind this library appear in [this paper](https://doi.org/10.48550/arXiv.2207.13870).

## Overview

Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
//! only supports constant-time state-to-state traversal but also represents each state in the
//! space of only 12 bytes.
//!
//! The main technical ideas behind this library appear in
//! [this paper](https://doi.org/10.48550/arXiv.2207.13870).
//!
//! ## Example: Finding overlapped occurrences
//!
//! To search for all occurrences of registered patterns that allow for positional overlap in the
Expand Down

0 comments on commit a3aa4a5

Please sign in to comment.