diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:10:50 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2021-11-20 03:18:08 +0000 |
commit | da6f343032cb01597dc7866e66f091adf3243a62 (patch) | |
tree | 870f8cb8e82bb42202ab92bea03fc6ab35ada7ca /TODO/opt |
Initial public snapshot
With code from Bill. Thanks Bill!
Diffstat (limited to 'TODO/opt')
-rw-r--r-- | TODO/opt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO/opt b/TODO/opt new file mode 100644 index 0000000..03add29 --- /dev/null +++ b/TODO/opt @@ -0,0 +1,5 @@ +Improve performance +==== +Simple C code tends to go fast, but that doesn't mean we can't make a note of +possibly-weird stuff that should maybe go more fast if we care enough to +improve it. |