performance-at-scale

Installation
SKILL.md

Performance at Scale

Spatial indexing and world streaming for large-scale building systems.

Quick Start

import { SpatialHashGrid } from './scripts/spatial-hash-grid.js';
import { Octree } from './scripts/octree.js';

// Uniform distribution - use hash grid
const grid = new SpatialHashGrid(10);
grid.insert(piece, piece.position);
const nearby = grid.queryRadius(position, 15);
Related skills

More from bbeierle12/skill-mcp-claude

Installs
47
GitHub Stars
8
First Seen
Jan 22, 2026