about summary refs log tree commit diff stats
path: root/todo
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-09 23:53:55 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-09 23:55:15 +0100
commitf5dfff7f07dc2f7261a60e98e32a337c7ec89f73 (patch)
tree8dde7b0bc1b25249d8ddf69ffe2518a0b3877717 /todo
parent2173f50910cb282b7b29e13075dd54928a33c0c1 (diff)
downloadchawan-f5dfff7f07dc2f7261a60e98e32a337c7ec89f73.tar.gz
Update todo
It's not perfect still, but with newer Nim versions the browser
compiles in about 20 secs on my machine (a signficiant improvement
over what used to be like 50 secs or something). No need to keep this
entry in todo anymore.
Diffstat (limited to 'todo')
-rw-r--r--todo2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo b/todo
index f7c1d915..6cdf4f4a 100644
--- a/todo
+++ b/todo
@@ -1,7 +1,5 @@
 compilation:
 - reduce binary size (maybe gzip data/*?)
-- improve compilation times (it's sloooow... we could probably speed up the js
-  macros somehow, also the html parser/tokenizer?)
 charsets:
 - set up some fuzzer
 - use appropriate charsets in forms, urls, etc.