Files
zulip/static/js
Steve Howell beb3782e6c Speed up user filtering during stream creation.
The old implementation was O(N squared) for N = number of
users due to its using an O(N) selector inside of a loop.

Now we simply iterate through all the checkboxes and turn them
on or off based on a bunch of O(1) operations.
2017-01-26 10:24:15 -08:00
..
2017-01-25 23:10:14 -08:00
2016-12-29 06:01:33 -08:00
2017-01-21 21:45:12 -08:00
2016-12-07 16:11:52 -08:00