summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-07-16 16:15:19 +0100
committerNick White <hg@njw.me.uk>2011-07-16 16:15:19 +0100
commita13f5650de7401a9953487a784028676604cb3c0 (patch)
treeb4553eb76d145d8c2c644ada5830db16b64c3fa2 /TODO
parent21dde74c38f32b4d4243e80e6c7bdf2cf00c9ebe (diff)
Add gettotalpages function
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index 028c3f0..2ee5e68 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,11 @@
use order to be able to use real page numbers (getpagecode)
+ to find this advance through click3 letter by letter until either } (none found) or strcmp "order"
+
+
+# once it is basically working #
+
+to be fast and efficient it's best to crank through all the json 1st, filling in an array of page structs as we go
+ this requires slightly fuller json support
+ could consider making a json reading module, ala confoo, to make ad-hoc memory structures from json
+
+to be super fast we could have 2 threads, one filling the pages structs and one consuming them. this would complicate the code rather, though