Go - Structs - 6


  • Such anonymous fields have no shorthand for struct literal syntax
  • Due to it’s anonymous fields, can’t declare two fields with same type

沒有留言:

張貼留言

Lessons Learned While Benchmarking vLLM with GPU

Recently, I benchmarked vLLM on a GPU to better understand how much throughput can realistically be expected in an LLM serving setup. One ...