user:amadeapewe
created:Jan 23, 2026
karma:1
about:

This is not new math — it’s a memory-layout optimization of a classic wheel/segmented sieve (H=30). Speedup comes from packing 8 residues into one byte, reducing memory traffic and cache misses on ARM64 (tested on Apple M1). I’m a graphic designer by background; code was written with AI help. Feedback welcome.