aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2023-06-30 20:08:29 +0000
committerAnthony Wang2023-06-30 20:08:29 +0000
commit012a500fdb7aab0b00e2bf80855485a0800abf94 (patch)
tree10c3aa57fce428e7081c5e60c5a747cc9a9f88f7
parent3f0388f34034d20b1650c58ded9bf8b8c28d13fd (diff)
SDC is finished and no new features will be added
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 62d14b0..72ae70c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# SDC
-This is a C port of [SD](https://git.exozy.me/a/SD), a very efficient (and a tiny bit overengineered) flash cards app.
+This is a C port of [SD](https://git.exozy.me/a/SD), a very efficient (and a tiny bit overengineered) flash cards app. SDC is finished, which means that no new features will be added, only bug fixes.
## Usage
@@ -24,4 +24,4 @@ Go version: ./sd < test
Range (min … max): 79.4 ms … 108.9 ms 33 runs
```
-The C port is about 30% faster than the original Go code, and I'm currently working on further performance improvements using delayed database writes.
+The C port is about 30% faster than the original Go code. \ No newline at end of file