diff options
| author | dam <dam@gudinoff> | 2022-11-25 00:26:33 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-11-25 00:26:33 +0000 |
| commit | 58219552753d2c4d5e8214196b918c95d48f7d5b (patch) | |
| tree | 56fb3a29049c03984fa0d178b37063655ffd3406 /readme.md | |
| parent | d808a8c3af7a048d3d186cf10a8122e8d3ffc6bc (diff) | |
| download | task-time-tracker-58219552753d2c4d5e8214196b918c95d48f7d5b.tar.zst task-time-tracker-58219552753d2c4d5e8214196b918c95d48f7d5b.zip | |
Improved comments.
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,7 +41,8 @@ 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 while special approaches using builtins or SIMD takes around 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. + - Used optimization described [here](https://stackoverflow.com/questions/17580118/signed-saturated-add-of-64-bit-ints). - [x] Allow to jump to specific task by index number using key `g` and `G`; - [x] Move task to (using task_t tmp_task + memcpy) using key `m` and `M`; - [x] Rethink keys; |
