summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-19 23:41:00 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2023-02-19 23:41:00 -0300
commitce4838b58104b589894081b6c5cbd52554cf87a7 (patch)
treedbefb70d1c00ade4a5cbff3db6bf6ef006e88fd3
parenta0586bd6fed38914b2112c5f834bd66140758e30 (diff)
downloadjson-ce4838b58104b589894081b6c5cbd52554cf87a7.tar.gz
json-ce4838b58104b589894081b6c5cbd52554cf87a7.zip
Add todo.txt
-rw-r--r--json.asd2
-rw-r--r--json.lisp (renamed from generate.lisp)0
-rw-r--r--todo.txt3
3 files changed, 4 insertions, 1 deletions
diff --git a/json.asd b/json.asd
index 13436f6..a251951 100644
--- a/json.asd
+++ b/json.asd
@@ -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.