|
You are here |
caltechlibrary.github.io | ||
| | | | |
markodenic.com
|
|
| | | | | Free programming books, algorithms, public APIs, and much more. | |
| | | | |
github.com
|
|
| | | | | A curated list of vibe coding references, collaborating with AI to write code. - filipecalegario/awesome-vibe-coding | |
| | | | |
blog.valentin.sh
|
|
| | | | | [AI summary] The article discusses 'vibe coding' as a metaprogramming technique using AI agents to generate code, highlighting its similarities to traditional metaprogramming but emphasizing the challenges of maintaining the generated code. | |
| | | | |
bitshifter.github.io
|
|
| | | [AI summary] The text discusses the development and performance of the Rust linear algebra library 'glam', which leverages SIMD for optimized computations. It compares 'glam' with other libraries like 'cgmath' and 'nalgebra', highlighting its efficiency, especially when using SIMD. The text also covers benchmarking tools like 'mathbench' and 'criterion', and the use of assembly inspection for performance analysis. The author plans to enhance 'glam' over time based on community feedback and explores future optimizations using crates like 'packed_simd'. | ||