Is there a faster way to allocate, say 1000 blank or common-value records all at once rather than simply calling SetBlank or filling up the memory buffer and then calling Table.AddRecord in a loop 1000 times?