mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This de-clutters stream_data a bit. Since our peer data is our biggest performance concern, I want to contain any optimizations to a fairly well-focused module. The name `peer_data` is a bit of a compromise, since we already have `subs.js` and we use `sub` as a variable name for stream records throughout our code, but it's consistent with our event nomenclature (peer/add, peer/remove) and it's short while still being fairly easy to find with grep. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||