only check every 1024'th, which is cheaper to do than a modulo, as we can just mask the 10 least-significant-bits and check if the result is zero. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
let