You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache the final rendered template.HTML output for SVG icons that use
non-default size or class parameters using sync.Map. Icons rendered with
default parameters bypass the cache and use a direct read-only map lookup.
Benchmark results for rendering 1000 varied SVG icons under high
concurrency (16 goroutines):
| | Per page (1000 SVGs) | Allocs | Memory |
|---|---|---|---|
| Uncached | 0.36ms | 8,014 | 1.14MB |
| Cached | 0.025ms | 2,000 | 40KB |
Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
0 commit comments