You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,17 +460,18 @@ As you see, z.lua is the fastest one and requires less resource.
460
460
461
461
## Native Module
462
462
463
-
Since z.lua is a standalone script, but it can also work with a native module written in C:
463
+
z.lua is fast enough for most case, the path tracking action will be triggered each time when you change your current directory.
464
+
465
+
So I still recommend the pure lua script for portability and flexibility, but for someone who really care about `10ms` or `1ms` things, this module can help them to gain the ultimate speed.
464
466
465
467
-[czmod](https://github.com/skywind3000/czmod): native module to boost `z.lua`.
466
468
467
-
z.lua can be **4-5** times faster than zoxide after enabling czmod:
0 commit comments