Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
1–10 of 22 posts
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#2It supports all the formats like * and {a,b} expansion as long as have a very efficient syscall and SIMD optimization for faster processing
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#3100% POSIX and glibc compatible globbing library for C, Zig, and Rust that is faster and supports all the modern globbing formats (more than libc and rust glob crate) It supports all the formats like * and {a,b} expansion as long as have a very efficient syscall and SIMD optimization for faster processing
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#4Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#5Since when `{...}' syntax is a glob pattern? What does `{a,b}/c' produce when there is no directory named `a'?
what else could you justify it doing?
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#6Since when `{...}' syntax is a glob pattern? What does `{a,b}/c' produce when there is no directory named `a'?
would it not just produce 'b/c'? assuming 'b/c' is an existent file path what else could you justify it doing?
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#7Since when `{...}' syntax is a glob pattern? What does `{a,b}/c' produce when there is no directory named `a'?
would it not just produce 'b/c'? assuming 'b/c' is an existent file path what else could you justify it doing?
Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#8Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#9Re: Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better
#10Was this vibe coded? Readme has typos and somehow reads "fast and loose".