Ondřej Surý
b8a9631754
Use hashmap when parsing a message
...
When parsing messages use a hashmap instead of a linear search to reduce
the amount of work done in findname when there's more than one name in
the section.
There are two hashmaps:
1) hashmap for owner names - that's constructed for each section when we
hit the second name in the section and destroyed right after parsing
that section;
2) per-name hashmap - for each name in the section, we construct a new
hashmap for that name if there are more than one rdataset for that
particular name.
2024-01-05 11:35:25 +01:00
..
2024-01-05 11:35:25 +01:00
2023-08-31 12:53:32 -07:00
2023-08-21 18:39:53 +02:00
2023-10-13 14:44:40 +02:00
2023-11-29 14:16:20 +01:00
2023-07-31 15:51:15 +02:00
2023-11-29 14:16:20 +01:00
2023-11-14 08:59:48 +00:00
2023-12-06 17:31:38 -08:00
2023-09-12 16:14:10 +02:00
2023-07-31 18:11:34 +02:00
2023-12-20 01:56:38 +11:00
2023-12-06 15:15:25 +02:00
2023-07-27 11:37:44 +02:00
2023-09-13 14:31:43 +10:00
2023-07-17 14:50:25 +02:00
2024-01-03 12:09:11 +11:00
2023-09-24 18:07:40 +02:00
2023-11-20 08:31:39 +01:00
2023-04-03 12:06:04 +10:00
2023-04-03 12:06:04 +10:00
2023-08-09 23:48:17 +00:00
2023-09-28 00:32:44 -07:00
2023-08-31 12:53:32 -07:00
2023-06-29 08:28:48 +10:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-08-31 22:08:35 +02:00
2023-12-20 08:30:44 +00:00
2023-08-15 12:21:41 +02:00
2024-01-03 12:09:11 +11:00
2023-09-28 00:32:44 -07:00
2023-10-10 16:57:18 +02:00
2023-10-17 17:47:46 +02:00
2023-12-06 17:31:38 -08:00
2024-01-05 11:35:25 +01:00
2023-09-12 16:14:10 +02:00
2023-09-28 00:32:44 -07:00
2023-09-18 13:38:27 +10:00
2023-12-21 20:12:09 +11:00
2023-10-13 09:57:28 +00:00
2023-09-01 12:01:20 +10:00
2023-08-15 12:21:41 +02:00
2023-09-01 12:01:20 +10:00
2023-09-01 12:01:20 +10:00
2023-09-01 12:01:20 +10:00
2023-10-17 17:47:46 +02:00
2023-12-20 17:21:14 +01:00
2023-09-28 00:32:39 -07:00
2023-12-21 09:18:30 -08:00
2023-12-07 02:59:04 +00:00
2023-08-31 22:08:35 +02:00
2023-12-22 19:27:37 +01:00
2023-12-07 02:59:04 +00:00
2023-12-07 02:59:04 +00:00
2023-09-01 12:01:19 +10:00
2023-07-17 14:50:25 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-12-21 08:11:59 +11:00
2023-05-16 02:04:55 +00:00
2023-12-06 11:54:59 -08:00
2023-06-15 15:32:04 +02:00
2023-10-20 14:05:56 +11:00
2023-10-09 13:29:02 -07:00
2023-08-15 12:21:41 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 12:53:32 -07:00
2023-10-13 14:44:40 +02:00
2023-11-21 14:48:43 +11:00
2023-07-28 14:37:32 +10:00
2023-12-06 16:01:20 +02:00
2023-06-14 08:14:38 +00:00
2024-01-05 11:16:12 +01:00
2023-12-19 11:21:46 +11:00
2023-12-04 22:00:25 +00:00
2023-12-06 15:15:25 +02:00
2023-12-20 17:21:14 +01:00
2023-07-20 12:40:54 +02:00
2024-01-03 12:09:11 +11:00
2023-08-31 22:08:35 +02:00
2023-09-28 00:32:44 -07:00