summary refs log tree commit diff
path: root/synapse/util/katriel_bodlaender.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More commentsErik Johnston2018-05-171-2/+2
|
* Make insert_* functions internal and reorder funcsErik Johnston2018-05-171-109/+113
| | | | | This makes it clearer what the public interface is vs what subclasses need to implement.
* Improve documentation and commentsErik Johnston2018-05-171-8/+43
|
* Begin adding implementing room chunksErik Johnston2018-05-171-0/+298
This commit adds the necessary tables and columns, as well as an implementation of an online topological sorting algorithm to maintain an absolute ordering of the room chunks.