Tony Finch
da2abb8840
Parse large messages a little bit faster
...
dns_message_gettempname() allocates a dns_fixedname_t, which
includes a buffer and an offsets vector, so it is not necessary to
separately allocate a scratch buffer or a fresh offsets vector.
When parsing a message, owner names are deduplicated to collect
records into RRsets. This can require a lot of name comparisons.
Add a place to keep a hash value inside a dns_fixedname_t, and use
it to avoid comparisons.
Together these speed up a large zone transfer by about 2.5%
2022-12-09 12:50:57 +00:00
..
2022-12-09 12:50:57 +00:00
2022-11-29 08:54:34 +01:00
2022-10-14 16:39:21 +02:00
2022-12-07 16:16:22 +01:00
2022-11-29 08:54:34 +01:00
2022-05-25 14:44:32 +02:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-11-29 13:48:33 -08:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-10-14 16:39:21 +02:00
2022-11-30 11:47:35 -08:00
2022-11-29 08:54:34 +01:00
2022-10-05 16:44:05 +02:00
2022-11-29 08:54:34 +01:00
2022-05-13 13:31:17 +02:00
2022-11-29 08:54:34 +01:00
2022-10-14 16:39:21 +02:00
2022-11-29 08:54:34 +01:00
2022-12-09 12:50:57 +00:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-06-28 11:56:31 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-07-05 12:29:01 +10:00
2022-10-25 10:35:07 +02:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-12-09 12:50:57 +00:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-10-05 11:59:36 -07:00
2022-11-29 08:54:34 +01:00
2022-07-18 13:38:47 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00
2022-12-04 21:41:02 +00:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-12-01 11:42:46 +01:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-05-28 14:53:02 -07:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-09-19 15:56:02 +02:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00
2022-11-30 10:03:24 +01:00
2022-11-29 08:54:34 +01:00
2022-12-08 08:30:30 +01:00
2022-11-29 08:54:34 +01:00
2022-12-07 22:20:02 +00:00
2022-11-29 08:54:34 +01:00