Skip to content

Latest commit

 

History

History

06-benchmarks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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