Skip to content

Reduce RAM usage in various structures

uis requested to merge uis/betterbih into master

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.

Merge request reports