Tags: TuSKan/ggplot
Tags
v0.0.1: Phase 4 Production Hardening Highlights: - CI: golangci-lint, -race, GOEXPERIMENT matrix (simd/scalar), golden snapshots - Clone independence: deep-clone safety for Plot.Aes and Plot.Layer - Lazy engine: eliminated parent-walk, flatten() pre-count, no reversal - Render hot path: strconv + SelectRows (no fmt.Sprintf / BoolMask) - Stat extensibility: Stat.OutputMapping() replaces hardcoded switch - Geom extensibility: RegisterGeomType() opens geom.Type for third-party packages - Dataset.Table() no longer panics on uncollected lazy chains - go-highway SIMD transcendentals replaced with scalar math.* (AVX2 codegen bug) - CSV: encoding/csv replaces go-simdcsv for cross-platform compatibility