Package com.fastasyncworldedit.core.math
package com.fastasyncworldedit.core.math
-
ClassDescriptionThe BlockVectorSet is a memory optimized Set for storing
BlockVector3
's.The LocalBlockVectorSet is a Memory and CPU optimized Set for storing BlockVectors which are all in a local region - All vectors must be in a 2048 * 512 * 2048 area centered around the first entry - This will use 8 bytes for every 64 BlockVectors (about 800x less than a HashSet)