Skip to content

Commit

Permalink
docs: Add usage hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Jun 12, 2023
1 parent f5c37df commit 27734b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ static SS: SortedString =
SortedString::new_unchecked(include_str!("path/to/file"), AsciiChar::LineFeed);
```

This is convenient if a delimited (`\n`, ...) file is already at hand. It only needs to
be sorted once previously, and is then available for string containment checks at good,
albeit not perfect, runtime performance, at essentially no startup cost.

## Motivation

The itch to be scratched is the following:
Expand Down

0 comments on commit 27734b2

Please sign in to comment.