bit sets in IntSet vs. Integer

Henning Thielemann lemming at henning-thielemann.de
Sun Jun 19 15:25:58 UTC 2016


On Sun, 19 Jun 2016, David Feuer wrote:

> Your quick look is insufficient. There are custom implementations of bit 
> setting and clearing operations that use GMP primitives instead of the 
> Data.Bits defaults.

I have seen them, but the expensive operations like 'union' and 
'difference' are not optimized, right? They would benefit from CPU vector 
instructions.


More information about the Libraries mailing list