Dependencies for hashable-1.4.7.0

Libraries

hashable

Flags

Manual Flags

NameDescriptionDefault
arch-native

Use -march=native when compiling C sources. Portable implementation is 15-50% slower. Consider enabling this flag if hashing performance is important.

Disabled
random-initial-seed

Randomly initialize the initial seed on each final executable invocation This is useful for catching cases when you rely on (non-existent) stability of hashable's hash functions. This is not a security feature.

Disabled
Automatic Flags
NameDescriptionDefault
integer-gmp

Are we using integer-gmp to provide fast Integer instances? No effect on GHC-9.0 or later.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info