Go - Structs - 7


  • Name and visibility is implicitly determined by its type
  • Outer struct type gains not just the fields of the embedded type but its methods too

沒有留言:

張貼留言

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 ...