aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-10-03 16:02:42 +0000
committerdam <dam@gudinoff>2022-10-03 16:02:42 +0000
commitd39c778eb323ba84c5b7e299300e6ef21d167cf0 (patch)
treeaa753e09cbc3deadeea47f308ec8dca03dab98ae
parentdc7d1257a4eb042c9f8a7b8cae913410c93620f4 (diff)
downloadtask-time-tracker-d39c778eb323ba84c5b7e299300e6ef21d167cf0.tar.zst
task-time-tracker-d39c778eb323ba84c5b7e299300e6ef21d167cf0.zip
Updated readme.
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 7b65d00..0de65fe 100644
--- a/readme.md
+++ b/readme.md
@@ -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`;