PJB3005
eaaa70437a
Reduce DynamicMethod use in Serv3
...
Data definitions created individual read/write methods for every single field that can be serialized. This was extremely inefficient and likely caused lots of overhead.
These methods are necessary because, in some cases, we can't directly use expression trees to write fields. But... we can still do it most of the time! So now for most data fields we can avoid a DynamicMethod entirely.
2025-01-16 15:10:35 +01:00
..
2025-01-16 15:10:35 +01:00
2025-01-03 18:42:57 +01:00
2025-01-16 10:30:42 +01:00
2024-03-16 23:35:04 +01:00
2024-04-21 07:39:54 +10:00
2023-05-11 06:38:50 -05:00
2023-05-11 06:38:50 -05:00
2023-11-07 09:34:09 +11:00
2024-04-21 07:39:54 +10:00
2024-09-24 09:43:00 +10:00
2022-02-05 19:31:58 +01:00
2024-07-20 14:50:15 +10:00
2024-03-31 17:01:03 +11:00
2024-10-06 22:51:53 +02:00
2021-02-10 23:27:19 -08:00
2023-07-08 14:08:26 +10:00
2024-04-27 20:17:11 +02:00
2024-04-17 00:42:12 +02:00
2021-02-10 23:27:19 -08:00
2024-04-17 00:42:12 +02:00
2021-10-27 08:52:09 +02:00
2024-05-07 00:58:57 +02:00
2022-02-05 19:31:58 +01:00
2025-01-03 18:42:57 +01:00
2021-05-02 14:05:50 +02:00
2022-12-03 00:28:33 +01:00
2024-05-07 00:58:57 +02:00
2022-09-04 16:10:54 -07:00
2021-11-05 14:50:47 +01:00
2024-08-08 18:56:32 +02:00
2023-02-19 04:07:07 +11:00
2023-05-17 05:51:38 +10:00
2022-09-04 16:10:54 -07:00
2024-06-02 14:08:47 +10:00
2022-02-05 19:31:58 +01:00
2020-12-20 23:52:36 +01:00
2024-11-29 11:28:27 +01:00
2020-11-26 00:16:55 +01:00
2024-03-16 14:45:17 +11:00
2024-08-20 22:38:28 +02:00
2023-09-30 14:08:52 +10:00
2022-09-04 16:10:54 -07:00
2020-06-17 02:20:58 +02:00
2024-08-31 11:45:59 +10:00
2024-11-16 23:51:32 +01:00
2024-08-08 18:56:32 +02:00
2024-10-19 00:08:16 +02:00
2024-06-20 17:22:12 +10:00
2024-04-14 02:15:53 +02:00
2023-05-13 01:04:08 -07:00
2022-09-04 16:10:54 -07:00
2023-01-30 19:20:33 +01:00