summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-02-21 22:24:38 -0800
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-02-21 22:24:38 -0800
commit55d4c92c421ce993d6ba36dcb935dec94a214d80 (patch)
tree8e34d139c5279021a454993b5bce3171ae16c754
parent3ea34ad3bd8c796b1ff6c128a3b9b68c208433a7 (diff)
Fix a partial thought
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6615e1f..2885b75 100644
--- a/readme.md
+++ b/readme.md
@@ -11,7 +11,7 @@ Lots of headers, some tests, some coupling, not much implemented.
1. (hash) Thread safe hash table
1. (graph) Threaded graph BFS
1. (server) HTTP server/routing
-1. (parser) Fast "JSON" parser (it could potentially)
+1. (parser) Fast "JSON" parser (it could potentially use magic indices and be super dumb but super fast)
1. (core) Generate graph based on `POST` request
1. (core) Tree shaking as the graph is being built (i.e don't add naive moves)
1. (core) Define thread communication (in particular, how does it pass back it's result?)