SDC is finished and no new features will be added

This commit is contained in:
Anthony Wang 2023-06-30 20:08:29 +00:00
parent 3f0388f340
commit 012a500fdb
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

View file

@ -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.