Stephen Ostermiller
1a954e8da5
Reduce tap dance memory usage, move state out of data ( #25415 )
...
* Use less tap dance memory.
Use dynamically allocated sparse array for tap dance state, dynamically allocate tap dance state when needed and free it when the tap dance is done.
* new approach
* Use null, check for null
* Reformat with docker
* Use uint8 with idx rather than uint16 with keycode in state
* fix accidental change
* reformat
* Add null check
* add documentation tip suggested by tzarc
* Only allow tap dance state allocation on key down, not on key up
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* Only allow tap dance allocation on key down, not on key up
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
* add user action required section
---------
Co-authored-by: Sergey Vlasov <sigprof@gmail.com >
2025-11-23 22:32:36 +11:00
..
2025-07-14 13:53:57 +01:00
2025-05-22 23:31:15 +10:00
2025-08-17 01:14:48 +01:00
2024-02-17 12:27:34 +00:00
2025-05-22 23:31:15 +10:00
2025-10-19 03:14:37 +01:00
2024-07-03 17:18:27 +10:00
2025-10-06 17:27:31 +01:00
2025-10-26 16:47:04 -07:00
2025-03-21 23:38:34 +11:00
2023-07-27 16:14:34 -07:00
2025-06-03 13:03:59 +01:00
2025-01-29 19:28:06 +00:00
2025-11-11 12:21:26 +00:00
2025-11-12 09:02:52 +11:00
2025-11-23 22:32:36 +11:00
2025-10-26 16:47:04 -07:00
2025-05-22 23:31:15 +10:00
2025-01-21 08:24:39 +11:00
2025-01-19 17:07:11 +00:00
2025-05-22 23:31:15 +10:00
2025-05-22 23:31:15 +10:00
2025-05-22 23:31:15 +10:00
2023-03-10 18:27:29 -08:00
2025-05-05 10:21:47 +10:00
2025-05-05 10:21:47 +10:00
2025-11-23 22:24:02 +11:00
2025-11-11 22:27:12 +11:00
2025-11-11 22:27:12 +11:00
2025-09-30 15:52:43 +01:00
2025-11-11 22:27:12 +11:00
2025-11-11 22:27:12 +11:00
2024-09-02 03:48:17 +01:00
2025-03-28 21:03:59 +11:00
2022-02-12 18:29:31 +00:00
2021-02-07 23:16:15 +00:00
2022-11-03 23:42:58 +00:00
2022-11-03 23:42:58 +00:00
2024-10-12 00:10:02 +01:00
2024-10-12 00:10:02 +01:00
2025-06-27 08:17:28 +01:00
2022-08-12 03:03:36 +01:00
2025-05-22 23:31:15 +10:00
2022-11-03 21:36:58 +00:00
2022-11-03 21:36:58 +00:00
2025-10-19 03:14:37 +01:00
2023-12-21 09:32:19 +11:00
2022-01-10 18:26:46 +00:00
2022-11-12 23:28:11 +00:00
2023-03-22 14:32:49 +11:00
2025-01-25 03:11:38 +00:00
2023-12-11 23:06:18 +00:00
2025-05-27 14:22:55 +01:00
2025-03-21 23:38:34 +11:00
2025-05-14 22:02:43 +10:00
2025-06-09 19:35:48 +01:00
2024-07-03 18:35:54 +10:00
2024-07-03 17:18:27 +10:00
2025-03-21 23:38:34 +11:00
2025-05-22 23:31:15 +10:00
2024-11-09 14:10:10 -08:00
2024-11-09 14:10:10 -08:00
2025-11-11 23:35:03 +11:00
2023-12-11 23:06:18 +00:00
2025-11-12 09:02:08 +11:00
2025-05-22 23:31:15 +10:00
2025-03-19 20:45:56 +01:00
2025-03-19 20:45:56 +01:00
2024-07-03 18:35:54 +10:00
2025-09-22 00:01:23 +01:00
2025-05-27 23:24:20 +01:00
2023-03-27 20:08:17 +01:00
2025-05-22 23:31:15 +10:00
2024-07-16 09:22:17 +10:00
2024-11-21 13:02:49 +00:00
2024-11-21 13:02:49 +00:00
2025-01-01 23:12:58 -08:00
2025-01-01 23:12:58 -08:00
2020-03-06 22:29:01 -08:00
2020-12-26 15:53:12 +11:00
2024-06-22 09:10:58 +01:00
2024-06-22 09:10:58 +01:00
2024-03-14 21:45:12 +11:00
2025-10-19 03:14:37 +01:00
2025-10-19 03:14:37 +01:00
2025-07-25 10:04:12 +10:00
2023-03-10 18:27:29 -08:00
2025-10-27 15:11:57 +11:00
2024-08-19 03:18:28 +01:00
2025-05-12 12:15:40 +10:00
2025-03-21 23:38:34 +11:00
2022-08-29 19:16:49 +02:00
2022-10-15 14:33:24 +11:00
2023-03-22 14:32:49 +11:00
2025-07-11 11:05:41 -06:00
2025-07-06 20:30:47 +10:00
2025-09-06 10:04:42 +01:00
2025-08-17 01:14:48 +01:00
2025-05-12 08:38:48 +10:00
2023-07-25 09:20:41 +10:00
2024-07-03 18:35:54 +10:00
2023-07-16 23:42:56 +10:00
2023-01-28 21:07:51 +00:00
2022-08-30 10:20:04 +02:00
2023-03-22 14:32:49 +11:00
2023-11-12 18:25:46 +11:00
2022-02-12 18:29:31 +00:00
2021-10-28 22:31:59 +01:00
2023-02-12 10:23:07 +11:00
2023-02-12 10:23:07 +11:00
2024-10-12 18:48:00 +02:00
2019-08-30 15:01:52 -07:00
2020-12-26 15:53:12 +11:00
2025-11-11 23:21:50 +11:00
2025-03-21 23:38:34 +11:00
2021-10-28 22:31:59 +01:00
2022-11-05 19:05:01 +00:00
2022-11-04 00:50:59 +00:00