Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 342 Bytes

File metadata and controls

11 lines (7 loc) · 342 Bytes

Benchmarks

This section explores the performance of Go code based on generics.

  • Boxing: what happens when boxing is eliminated
  • Build times: the impact of generics on build times
  • File sizes: smaller source, bigger binary?

Next: Boxing