bareos: master 4e68f7db

Author Committer Branch Timestamp Parent
Andreas Rogge Andreas Rogge master 2022-01-28 17:49 master a27e023f Pending
Changeset lib: make htable buffersize a template parameter

Previously you could name the number of pages you wanted htable to
allocate per BigBuf when calling the constructor. This can now be
selected as small/medium/large as a template parameter. As before the
default is large to provide best performance, but also produce maximum
overhead.
mod - core/src/dird/ndmp_fhdb_mem.cc Diff File
mod - core/src/findlib/find.h Diff File
mod - core/src/findlib/hardlink.cc Diff File
mod - core/src/lib/htable.h Diff File
mod - core/src/lib/tree.cc Diff File
mod - core/src/lib/tree.h Diff File