zulip/zephyr/static
Waseem Daher b730dc7983 Huge speedup in get_next_visible/get_prev_visible.
nextAll/prevAll walks the entire DOM, basically.
This code only walks the DOM until we find a new .message_row.

This speeds up the average time of a call to this function from about
6.38ms to 0.678ms, in my benchmarking.

Admittedly, the whole outer loop here could still use some
optimization, if we want to; do we really need to call this 1000
times?

(imported from commit 852e2f660a16f8cfd7be35d3271aedb1ac481663)
2012-10-16 17:06:36 -04:00
..
js Huge speedup in get_next_visible/get_prev_visible. 2012-10-16 17:06:36 -04:00
styles Workaround for 'Can't click stream name in narrowed view' issue. 2012-10-16 14:25:12 -04:00
third Import xdate javascript library. 2012-10-05 15:42:54 -04:00
favicon.ico Include a favicon for the Humbug app. 2012-09-29 21:31:57 -04:00