John Paul Adrian Glaubitz
Results
272
comments of
John Paul Adrian Glaubitz
I managed to fix all cases of unaligned access. He is a very rough proof of concept patch: ```diff Index: python-bitarray-3.7.2/bitarray/_bitarray.c =================================================================== --- python-bitarray-3.7.2.orig/bitarray/_bitarray.c +++ python-bitarray-3.7.2/bitarray/_bitarray.c @@ -227,9 +227,12 @@...
Sorry for the late reply! > Thank you [@glaubitz](https://github.com/glaubitz)! I'm wondering if it is possible to "pre-" align the memory in way that additional `memcpy`'s are avoided. I know that...