From 0b762a36f337fdec46195421e0561a14e3c1aa32 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Tue, 30 Apr 2024 09:34:51 +0300 Subject: [PATCH] update todo --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1c3ea6..c103b67 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,16 @@ blazingly fast markdown blog software written in rust memory safe - [x] document config - [ ] extend syntect options - [ ] general cleanup of code -- [ ] better error reporting and pages +- [ ] better error reporting and error pages - [ ] better tracing - [ ] cache cleanup task +- [ ] ^ replace HashMap with HashCache once i implement [this](https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/139) - [x] (de)compress cache with zstd on startup/shutdown - [ ] make date parsing less strict - [ ] make date formatting better +- [ ] date formatting respects user timezone - [ ] clean up imports and require less features +- [ ] improve home page - [x] be blazingly fast - [x] 100+ MiB binary size