Hello,
How does SWI Prolog handle long integers – say, 128 bit long.
How does it deal bit operations on such integers:
Say, if i create a mask to pick out bits within the first 64 bits, and (probably, usually) discard the next 64 bits – but, want to move the full 128 bit integers around as argument.
How efficient would that be …
thanks,
Daniel