NovaECS - v1.0.11
    Preparing search index...

    Class ChunkedQuery

    Chunked query for cache-friendly entity iteration with parallel-ready API 面向缓存友好的分块实体遍历查询,提供并行就绪的API

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Iterate entities in chunks for cache-friendly processing 分块遍历实体以实现缓存友好的处理

      Parameters

      • cb: (chunk: ChunkView) => void
      • targetChunkSize: number = 4096

      Returns void