Hans Kratz

Results 25 issues of Hans Kratz

The MCP for creating a Macos notification group (#470) was accepted. This issue tracks the progress on the steps for actually creating it (see [Rust Forge documentation](https://forge.rust-lang.org/compiler/notification-groups.html)). Progress: - [X]...

E.g. https://github.com/wangfenjin/duckdb-rs/blob/main/src/types/mod.rs Duckdb uses distinct integer types.

help wanted

Python 3 is built with LZMA support in all commonly-used Linux distributions so it is commonly expected to be available. Impact: This causes the build to fail when trying to...

Currently only full slices can be validated using the basic API. Using a streaming API with `init()`, `update()`, `finish_validation()` functions validation could be done on the fly. With the compat...

enhancement

Will eventually fix #2. TODO: - Table lookup should work with two intrinsic calls - Fastest way to do `is_ascii()` - `vqshlq_n_u8` + `FPSCR` check? - Runtime Neon availability detection

- [x] AVX 2 - [x] SSE 4.2 - [x] aarch64 Neon

https://github.com/simdutf/simdutf

* Use 256-bit registers. * Use masked load if possible

enhancement

- Still some required intrinsics missing. - Runtime feature detection is required. WIP draft pull request: #43

enhancement