Skip to content

Commit f1e5318

Browse files
committed
Add: UTF-8 boundary detection
1 parent 645407b commit f1e5318

5 files changed

Lines changed: 553 additions & 10 deletions

File tree

cli/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ pip install stringzilla
1616

1717
Currently implemented:
1818

19-
- `sz_wc`: 3x faster `wc` word count.
20-
- `sz_split`: 4x faster `split` file splitting.
21-
22-
What other interfaces should we add?
23-
Levenshtein distances?
24-
Fuzzy search?
25-
Are there common alternatives to emulate?
19+
- `sz-wc`: 3x faster `wc` word count with almost identical UNIX behavior
20+
- `sz-split`: 4x faster `split` file splitting with almost identical UNIX behavior
21+
- `sz-dedup`: Deduplicate lines
22+
- `sz-sort`: Sort lines
23+
- `sz-find`: Find all inclusion of a substring in a file.
2624

2725
## `wc`: Word Count
2826

0 commit comments

Comments
 (0)