diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-09 23:53:55 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-09 23:55:15 +0100 |
commit | f5dfff7f07dc2f7261a60e98e32a337c7ec89f73 (patch) | |
tree | 8dde7b0bc1b25249d8ddf69ffe2518a0b3877717 /todo | |
parent | 2173f50910cb282b7b29e13075dd54928a33c0c1 (diff) | |
download | chawan-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-- | todo | 2 |
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. |