Justus Winter, le Mon 28 Apr 2014 12:19:58 +0200, a écrit : > ports_class_iterate. For this change might make ports_class_iterate > less efficient memory-wise if the number of ports belonging to the > class is low with respect to the number of ports in the bucket.
I'd say reallocing the array to the right size, right after filling it, would be fine enough for keeping memory use efficient enough. Samuel