hi,
i just wondered if pike does any optimization on int(0..x) i mean any case where x is below 4294967296 should fit into an unsigned int, so there would be no need to transition to bignum for these. and int(0..255) fits into a byte. does or can pike make use of that?
greetings, martin.