Package com.fastasyncworldedit.core.math
package com.fastasyncworldedit.core.math
-
ClassDescriptionThe BlockVectorSet is a memory optimized Set for storing
BlockVector3
's.The LocalBlockVector2Set is a Memory and CPU optimized Set for storing BlockVector2s which are all in a local region - All vectors must be in a 65534 * 65534 area centered around the first entry - This will use 8 bytes for every 64 BlockVector2s (about 600x less than a HashSet)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)