Nuno Cruces

Results 36 issues of Nuno Cruces

I consider `zenity` to be feature complete, and I don't have a lot of time to invest in it. I won't [archive](https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories) the repo because (IMO) it's still useful and...

Please use this issue to request access to additional SQLite features, particularly if they're not part of the amalgamation. These may be added to the [`bcw2`](https://pkg.go.dev/github.com/ncruces/go-sqlite3/embed/bcw2) module. Features that _are_...

enhancement
help wanted

I ported this to Wasm SIMD intrinsics, and found that the [Generic SIMD](http://0x80.pl/notesen/2016-11-28-simd-strfind.html#algorithm-1-generic-simd) combines nicely with [Raita's algorithm](https://www-igm.univ-mlv.fr/~lecroq/string/node22.html) for longer needles. I also made the algorithm safe for null terminated...

Using [`RWF_ATOMIC`](https://man.archlinux.org/man/pwritev2.2.en#RWF_ATOMIC) might allow the Linux VFS to support some form of [`IOCAP_ATOMIC`](https://sqlite.org/c3ref/c_iocap_atomic.html) on `xfs` and `ext4`; `sys/unix` seems to have everything needed in place. Initial support for `ext4` was...

enhancement

As discussed in #2434. This adds `golang.org/x/sys` as a dependency: - `golang.org/x/sys/cpu` for CPU detection - `golang.org/x/sys/unix`/`windows` for (W^X) memory mapping - `golang.org/x/sys/unix`/`windows` for WASI ---- ~This is just so...

## Environment **Litestream version:** ```text 0.5.0 ``` **Operating system & version:** Debian GNU/Linux forky **Installation method:** binary download, built from source **Storage backend:** file ## Bug Description This may be...

bug