diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-19 23:41:00 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-19 23:41:00 -0300 |
commit | ce4838b58104b589894081b6c5cbd52554cf87a7 (patch) | |
tree | dbefb70d1c00ade4a5cbff3db6bf6ef006e88fd3 | |
parent | a0586bd6fed38914b2112c5f834bd66140758e30 (diff) | |
download | json-ce4838b58104b589894081b6c5cbd52554cf87a7.tar.gz json-ce4838b58104b589894081b6c5cbd52554cf87a7.zip |
Add todo.txt
-rw-r--r-- | json.asd | 2 | ||||
-rw-r--r-- | json.lisp (renamed from generate.lisp) | 0 | ||||
-rw-r--r-- | todo.txt | 3 |
3 files changed, 4 insertions, 1 deletions
@@ -6,4 +6,4 @@ ((:file "package") (:file "save") (:file "load") - (:file "generate"))) + (:file "json"))) diff --git a/generate.lisp b/json.lisp index 8bb93e7..8bb93e7 100644 --- a/generate.lisp +++ b/json.lisp diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..b766489 --- /dev/null +++ b/todo.txt @@ -0,0 +1,3 @@ +The loader is kinda slow. Parses 2.9MB of data in 2 seconds. +From which 0.5 seconds are GC time. +4B cycles 1B bytes consed. |