Raugharr / Herald

GNU General Public License v2.0
1 stars 0 forks source link

g_GoodDeps Should be a struct Array* #7

Closed Raugharr closed 6 years ago

Raugharr commented 10 years ago

Reason is because we do not need an RB tree as g_GoodDeps will be static throughout the program and an array would be better suited as it only takes one malloc.