hop-2012/TODO

8 lines
409 B
Plaintext
Raw Normal View History

2012-04-29 20:42:03 +00:00
- ui_relay.ml: deal with Message.Subscribe and .Unsubscribe as well as .Post in api_tap_sink
- web: add cache control information to served responses
2012-05-05 19:36:03 +00:00
- use lazy and Lazy.force where appropriate
2012-05-10 01:01:27 +00:00
- Figure out how to avoid the overhead of Message.message_of_sexp
- straight matching of sexps without translation gives a ~5% speedup
- checking for "post" first in message_of_sexp gives a ~3% speedup