virtualx-engine/doc
lawnjelly edc85d22fc Faster queue free
Calling queue_free() for large numbers of siblings could previously be very slow, with the time taken rising exponentially with number of children. This looked partly due to ordered_remove from the child list and notifications.

This PR identifies objects that are nodes, and sorts the deletion queue so that children are deleted in reverse child order. This minimizes the costs of reordering.
2022-11-25 09:53:50 +00:00
..
classes Faster queue free 2022-11-25 09:53:50 +00:00
tools Indent bullet points in enum descriptions 2022-05-16 17:14:43 +02:00
translations i18n: Sync classref translations with Weblate 2022-06-19 13:59:41 +02:00
class.xsd Add an XML schema for documentation 2022-03-16 23:01:02 +01:00
Doxyfile
Makefile