summary refs log tree commit diff
path: root/src/CommunitiesListItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve compile times a tiny bitNicolas Werner2020-05-261-1/+0
|
* Optimize includes a bitNicolas Werner2020-01-311-5/+2
|
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-1/+6
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-3/+3
| | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
* Move all files under src/Konstantinos Sideris2018-07-171-0/+88