- (POSSIBLE FEATURE) Implement automatic caching. The protocol should contain a can_be_cached boolean flag for the query. If the query is cacheable squale should md5sum the query string and count the number of occurence. If it reaches thresold job resultset is reffed and distributed from cache.
- Optimize memcpy using SSE/MMX accelerated assembler code ? Ask wim his thoughts about that.
