]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Merge MR 'Reduce RAM usage in various structures'
authorbones_was_here <bones_was_here@xonotic.au>
Sat, 20 Jul 2024 10:48:31 +0000 (20:48 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sat, 20 Jul 2024 10:48:31 +0000 (20:48 +1000)
commitfd4fe9ba6e46c762eaf6adfedf19b3488fe12809
tree7acb4d3fc58ff17e8122c956400d6c8871f03be6
parent1f7a765617ffcc78b9d880c8199d1eb2c051d95b
parentcfe8e9b56f7b7e74d6496068d0263d6621e41038
Merge MR 'Reduce RAM usage in various structures'

As I understand in BIH_UNORDERED only children array is used, while front, back, min and max are never written. Opposite true for other node types.

On side note sizes should be explicitly added to ints.

See https://gitlab.com/xonotic/darkplaces/-/merge_requests/149

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>