Files
bind9/lib/dns
Ondřej Surý 5ee9edc4ce Optimize rdataset_getownercase not to use bitshifts
The last rdataset_getownercase() left it in a state where the code was
mix of microoptimizations (manual loop unrolling, complicated bitshifts)
with a code that would always rewrite the character even if it stayed
the same after transformation.

This commit makes sure that we modify only the characters that actually
need to change, removes the manual loop unrolling, and replaces the
weird bit arithmetics with a simple shift and bit-and.
2021-05-20 20:41:29 +02:00
..
2021-01-19 10:12:40 +01:00
2021-04-19 14:32:40 +10:00
2020-11-25 08:25:29 +11:00
2020-11-11 12:53:23 -03:00
2021-01-29 12:07:38 +01:00
2021-02-23 09:16:48 +01:00
2021-05-19 00:45:54 +00:00
2021-05-18 15:51:51 +10:00
2020-12-01 10:46:58 +11:00
2020-12-08 18:36:23 +01:00
2020-11-11 12:53:23 -03:00
2020-11-11 12:53:23 -03:00
2021-05-20 09:15:43 +02:00
2021-01-28 11:07:03 +11:00