bareos: master 0d2d1ce6

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2016-04-25 21:15 master f0de1f72 Pending
Changeset lib: Make htable bucket size configurable.

Until now the size of the htable bucket linked list is always set to 4
which is probably not to great for bigger hashtables. Linear searching
the bucket nowadays doesn't cost much and the hash will partition the
result set already quite a bit.
mod - src/lib/htable.c Diff File
mod - src/lib/htable.h Diff File