diff options
| author | dam <dam@gudinoff> | 2022-10-03 16:02:42 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-10-03 16:02:42 +0000 |
| commit | d39c778eb323ba84c5b7e299300e6ef21d167cf0 (patch) | |
| tree | aa753e09cbc3deadeea47f308ec8dca03dab98ae /readme.md | |
| parent | dc7d1257a4eb042c9f8a7b8cae913410c93620f4 (diff) | |
| download | task-time-tracker-d39c778eb323ba84c5b7e299300e6ef21d167cf0.tar.zst task-time-tracker-d39c778eb323ba84c5b7e299300e6ef21d167cf0.zip | |
Updated readme.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ Task Time Tracker - [x] Check if next/previous is safe against overflows/underflows using https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html - [x] Confirm delete_task operation by show confirmation message on selected line (horizontally centered). - [x] Check totals update speedup using https://gcc.gnu.org/onlinedocs/gcc/Integer-Overflow-Builtins.html - - For 1M entries, generic C code runs in 12.0ms and builtins runs in 9.5ms. Not worth the effort. + - For 1M entries, generic C code runs in 12.0ms while special approaches using builtins or SIMD takes around 9.5ms. Not worth the effort. - [ ] Change task order (using task_t tmp_task + memcpy); - [ ] Allow to jump to specific task by index number using key `g` and `G`; - [ ] Add/remove time using keys: `F3`; |
