Frank Wessels
Frank Wessels
There is arm64 support in the original simdjson project -- so it is definitely possible to port this over, but it will be a significant effort.
Can you try to compile with clang (as opposed to GCC)?
If you don't need them from Golang you should be able to leave them out. And maybe really make sure that they are private, or even inlined by the compiler.
Please follow the flags are listed here: https://github.com/minio/c2goasm#compatible-compilers This is a good place to start but, depending on the code that you have, you may have to tweak the assembly...
Maybe experiment with `-mno-red-zone` and/or `-mstackrealign` options?
Couple of remarks - since we only compare checksums within a single part (and not across parts, objects or let alone minio servers), if a bit rot would result in...
I see what you are saying, you are correct. I went back to my Excel sheet and did some extrapolations as to when a certain bit length would get a...