←back to thread

480 points jedeusus | 4 comments | | HN request time: 0.671s | source
1. roundup ◴[] No.43540672[source]
Additionally...

- https://go101.org/optimizations/101.html

- https://github.com/uber-go/guide

I wish this content existed as a model context protocol (MCP) tool to connect to my IDE along w/ local LLM.

After 6 months or switching between different language projects, it's challenging to remember all the important things.

replies(2): >>43540926 #>>43541259 #
2. jigneshdarji91 ◴[] No.43540926[source]
Additionally... - https://www.uber.com/en-AU/blog/how-we-saved-70k-cores-acros...

This has saved Uber a lot of money on compute (I'm one of the devs). If your compute fleet is large and has memory to spare (stateless), performing dynamic GOGC tuning to tradeoff higher memory utilization for fewer GC events will save quite a lot of compute.

3. TechDebtDevin ◴[] No.43541259[source]
Embedding those docs in your MCP server takes about 5 seconds with mcp-go's AddResource method

https://github.com/mark3labs/mcp-go/blob/main/examples/every...

replies(1): >>43572578 #
4. ◴[] No.43572578[source]