Michael Manganiello
56081cdb6e
LibGUI: Remove Tile.date_time member from Calendar
...
Currently, navigating through different years in the Year view of the
Calendar app or the taskbar is very slow.
Profiling results show that almost all the time is spent in
`Calendar::update_tiles`, and specifically, in `DateTime::create` and
`DateTime::set_time`.
Performance can improve substantially if the `TZ` environment variable
is set [0], but we can improve the current code to perform better
nevertheless :^)
This diff focuses on removing the need of the `Tile` struct to require
the instantiation of a `DateTime` object, which avoids _at least_ 365
object instantiations in the Year view, on each `update_tiles` call.
Instead, as the `date_time` isn't used often, we can instantiate it on
demand when a particular date is selected.
[0] https://blog.packagecloud.io/set-environment-variable-save-thousands-of-system-calls/
2022-04-20 18:37:56 +02:00
..
2022-04-08 19:19:37 +03:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-29 17:45:36 +02:00
2022-03-29 17:45:36 +02:00
2022-04-06 12:47:50 +02:00
2022-04-01 21:24:45 +01:00
2022-04-02 21:50:41 +02:00
2022-04-02 21:50:41 +02:00
2022-04-06 12:47:50 +02:00
2022-04-06 12:47:50 +02:00
2022-04-01 21:24:45 +01:00
2022-02-14 11:49:21 +01:00
2022-04-03 12:21:50 +02:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-03 12:21:50 +02:00
2022-04-20 18:37:56 +02:00
2022-04-20 18:37:56 +02:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-02-25 22:35:12 +01:00
2022-02-25 22:35:12 +01:00
2022-04-02 21:50:41 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-20 18:34:09 +02:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-25 22:35:12 +01:00
2022-04-09 23:48:18 +02:00
2022-04-05 17:45:07 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-02-25 22:35:12 +01:00
2022-02-25 22:35:12 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-23 21:53:30 +00:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-02-13 02:36:35 +02:00
2022-04-14 23:44:09 +02:00
2022-04-04 12:48:31 +02:00
2022-03-02 21:37:58 +01:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-02-13 02:36:35 +02:00
2022-02-25 22:35:12 +01:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-01-18 09:01:16 +01:00
2022-02-07 18:39:50 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-07 18:39:50 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-04 14:59:37 +02:00
2022-04-04 14:59:37 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-03 12:21:05 +02:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-02-25 22:35:12 +01:00
2022-04-01 21:24:45 +01:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-02-25 22:35:12 +01:00
2022-02-25 22:35:12 +01:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-02-13 02:36:35 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-02-16 19:51:01 +01:00
2022-04-06 12:47:50 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-13 09:26:44 +04:30
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-03 12:21:05 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-13 21:24:48 +02:00
2022-04-13 21:24:48 +02:00
2022-04-13 21:24:48 +02:00
2022-04-13 21:24:48 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-03-12 14:44:43 -08:00
2022-04-06 12:47:50 +02:00
2022-04-06 12:47:50 +02:00
2022-03-12 14:44:43 -08:00
2022-03-12 14:44:43 -08:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-04-20 00:15:23 +04:30
2022-04-20 00:15:23 +04:30
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-09 23:48:18 +02:00
2022-04-03 12:21:05 +02:00
2022-04-05 17:45:07 +02:00
2022-04-05 17:45:07 +02:00