Skip to content

Commit 8fff9e6

Browse files
author
skywind3000
committed
update doc
1 parent f7a9104 commit 8fff9e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For example, `z foo bar` would match `/foo/bar` but not `/bar/foo`.
1717
## Features
1818

1919
- **10x** times faster than **fasd** and **autojump**, **3x** times faster than **z.sh**.
20+
- Capable to gain the ultimate speed with a [module](https://github.com/skywind3000/czmod) written in C.
2021
- Available for **posix shells**: bash, zsh, dash, sh, ash, ksh, busybox and etc.
2122
- Available for Fish Shell, Power Shell and Windows cmd.
2223
- [Enhanced matching algorithm](#enhanced-matching) takes you to where ever you want precisely.
@@ -448,6 +449,13 @@ sys 0m0.030s
448449

449450
As you see, z.lua is the fastest one and requires less resource.
450451

452+
## Native Module
453+
454+
Since z.lua is a standalone script, but it can also work with a native module written in C:
455+
456+
- [czmod](https://github.com/skywind3000/czmod): native module to boost `z.lua`.
457+
458+
z.lua can be **4-5** times faster than zoxide after enabling czmod.
451459

452460

453461
## Reputation

0 commit comments

Comments
 (0)