You are here: Symbol Reference > Math387 Namespace > Variables > Math387.MtxVecBlockSize Variable
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.MtxVecBlockSize Variable

Defines the block size.

Pascal
MtxVecBlockSize: integer = 1024;

When MtxVec makes use of block processing, these variable defines the number of elements in each block. The size of all blocks in bytes should approximatelly match the CPU cache size. The block should not be too small to avoid overhead when handling objects to become noticeable.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!