summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.