FileBucket.this

Construct a FileBucket with the provided path, record-size, and inital record count. The latter causes records to be pre-allocated, saving a certain amount of growth activity. Selecting a record size that roughly matches the serialized content will limit 'thrashing'.

class FileBucket
this
(
const(char)[] path
,,
uint initialRecords = 100
)

Meta