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-06-16 17:21:11 +02:00
2022-11-30 10:03:24 +01:00
2022-05-25 14:44:32 +02:00
2022-11-30 11:47:35 -08:00
2022-06-16 17:21:11 +02:00
2022-09-21 14:25:33 -07:00
2022-08-26 09:09:24 +02:00
2022-06-16 17:21:11 +02:00
2022-11-30 12:16:09 +00:00
2022-12-07 22:20:02 +00:00
2022-11-29 13:48:33 -08:00
2022-06-16 17:21:11 +02:00
2022-09-19 16:36:28 +00:00
2022-06-16 17:21:11 +02:00
2022-06-16 17:21:11 +02:00
2022-06-16 17:21:11 +02:00
2022-08-25 17:17:07 +02:00
2022-10-30 14:56:40 -07:00
2022-12-09 12:50:57 +00:00
2022-06-09 10:47:04 +00:00
2022-06-16 17:21:11 +02:00
2022-06-16 17:21:11 +02:00
2022-06-16 17:21:11 +02:00
2022-06-28 11:56:31 +02:00
2022-07-05 12:29:01 +10:00
2022-09-19 15:56:02 +02:00
2022-06-16 17:21:11 +02:00
2022-10-30 14:56:40 -07:00
2022-10-31 10:30:27 +00:00
2022-12-09 12:50:57 +00:00
2022-11-17 08:45:15 +00:00
2022-06-16 17:21:11 +02:00
2022-08-22 15:55:46 +02:00
2022-09-21 14:25:33 -07:00
2022-09-13 12:07:13 +10:00
2022-10-13 17:04:02 +02:00
2022-10-29 00:22:54 +11:00
2022-08-09 08:19:51 +00:00
2022-06-16 17:21:11 +02:00
2022-12-07 22:20:02 +00:00
2022-10-17 08:45:44 +02:00
2022-12-01 11:42:46 +01:00
2022-11-30 09:59:35 +01:00
2022-06-16 17:21:11 +02:00
2022-09-08 09:15:30 +02:00
2022-06-16 17:21:11 +02:00
2022-06-16 17:21:11 +02:00
2022-09-15 08:42:45 +10:00
2022-06-16 17:21:11 +02:00
2022-09-23 13:23:49 +00:00
2022-06-16 17:21:11 +02:00
2022-10-25 10:35:07 +02:00
2022-06-16 17:21:11 +02:00
2022-10-05 11:59:36 -07:00
2022-12-07 09:04:08 +11:00
2022-11-11 15:26:11 +00:00