Justus Winter, le Tue 29 Apr 2014 13:32:09 +0200, a écrit :
> _ports_bucket_class_iterate creates a snapshot of the buckets hash
> table. This is done so that the lock protecting the hash table can be
> released while we iterate over the snapshot.
>
> Formerly, a linked list was used to store the
_ports_bucket_class_iterate creates a snapshot of the buckets hash
table. This is done so that the lock protecting the hash table can be
released while we iterate over the snapshot.
Formerly, a linked list was used to store the snapshot. As the
maximal number of items is known, using an array is