Justin Turner Arthur
Justin Turner Arthur
On Python 3.2+, byte sequences can be reduced to integers and XORed at once rather than byte-by-byte. This has significant speed-ups in my x86_64 testing. Approach is demonstrated and benchmarked...
There may be unaligned memory involved in the AVX-512 functions. clang tends to not work around this automatically. I reproduced this in both r9 and r10 with either 8-bit and...
I notice a lot of missing setup.py errors from the sdist crawl and I'm wondering if maybe an older version of pip is being used? pip 19.3.1 and greater should...
This is pretty easy to do in the kernel. Need to figure out good work sizes to default to in these larger vector formats.
Any inode below `17` can trigger unexpected behavior on Apple SMBClient running on macOS due to macOS treating the mount's inodes as Catalog Node IDs. In this case, reserved Catalog...
Debian 13 (trixie) is the release marked stable and includes glibc 2.41. - To better align with the newer Python infrastructure, the changes switch from using setuptools to using pip...