Forwarded from Go
If you’re working with Go and care about performance, then check out the https://goperf.dev/
Here you can find not theoretical, but practical patterns applicable to memory issues, concurrency, and overall, real bottlenecks you hit in production.
The guide has been recently updated with more depth (atomics, concurrency trade-offs, etc.), so worth revisiting even if you’ve seen it before.
Solid reference to keep bookmarked. Enjoy!
Here you can find not theoretical, but practical patterns applicable to memory issues, concurrency, and overall, real bottlenecks you hit in production.
The guide has been recently updated with more depth (atomics, concurrency trade-offs, etc.), so worth revisiting even if you’ve seen it before.
Solid reference to keep bookmarked. Enjoy!
goperf.dev
Go Optimization Guide
Patterns and Techniques for Writing High-Performance Applications with Go
doing something
https://github.com/RustedBytes/rsloop #rust
now it supports Windows and SSL using rustls
🤯2
doing something
https://github.com/BitingSnakes/silkworm-mcp #python
added an important tool to this MCP
Forwarded from Yehor Smoliakov
Human_Thought_in_the_Age_of_AI.pdf
328.4 KB
doing something
https://crates.io/crates/conda-express #rust #ml
curl -fsSL https://jezdez.github.io/conda-express/get-cx.sh | sh
export PATH="$PATH:~/.local/bin/"
cx bootstrap
cx create -n test python=3.14 numpy
cx shell test
conda install pytorch-gpu -c conda-forge