[Bug 24198] The Encoding Standard should use bitwise operations instead of multiplication, division and exponentiation when natural

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24198

--- Comment #3 from Anne <annevk@annevk.nl> ---
Henri, note that in particular encoders are very slow the way they are written
now. Creating a dedicated lookup table would be much quicker. Do you think we
should have that too?

(The Encoding standard actually does define left and right shifts, and logical
OR and AND, and uses them. Just not for utf-8...)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 6 January 2014 13:56:12 UTC