Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
Summary
zlob is a fast globbing library aiming for full POSIX and glibc compatibility with modern patterns such as recursive globbing, braces, and gitignore. It leverages SIMD and direct getdents64 calls to improve performance and offers a MatchPaths mode for fast path list processing. The README covers API usage, flags, supported patterns, cross language bindings in C, Zig, and Rust, and instructions to compile with zig.