Files
bind9/lib/isc/include/isc
Ondřej Surý a9f4e3369a Reduce false sharing in dns_qpcache
Instead of having many node_lock_count * sizeof(<member>) arrays, pack
all the members into a qpcache_bucket_t struct that is cacheline aligned
and have a single array of those.

Additionaly, make both the head and the tail of isc_queue_t padded, not
just the head, to prevent false sharing of the lock-free structure with
the lock that follows it.

(cherry picked from commit c602d76c1f)
2025-02-04 23:27:28 +01:00
..
2024-04-02 10:35:56 +02:00
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2024-05-17 16:03:21 -07:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2024-01-18 09:34:36 +01:00
2024-08-05 09:13:07 +00:00
2024-09-21 12:45:27 +02:00
2023-12-06 15:15:24 +02:00
2025-02-04 23:27:28 +01:00
2024-11-26 07:17:06 +00:00
2024-08-22 10:17:08 +00:00
2023-03-31 13:33:16 +02:00
2024-04-23 13:11:52 +02:00