Explore >> Select a destination


You are here

caltechlibrary.github.io
| | markodenic.com
6.2 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | github.com
5.6 parsecs away

Travel
| | A curated list of vibe coding references, collaborating with AI to write code. - filipecalegario/awesome-vibe-coding
| | blog.valentin.sh
5.0 parsecs away

Travel
| | [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
16.7 parsecs away

Travel
| [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'.