🦞🌯 Lobster Roll

Stories by gvsh_maths

Building a TikZ library for ML researchers
Building a TikZ library for ML researchers — styles, macros, and layout. Tools to make figures like these without starting from scratch each time. Does anyone actually need this? Would love to hear if figure-making is a pain point for you.<p>https:&#x2F;&#x2F;x.com&#x2F;gvsh_maths&#x2F;status&#x2F;2...
Lazy iteration vs. array chaining on 500k rows – benchmark results
I built a TypeScript iterator library (iterflow) and wanted to measure the actual heap difference between lazy and eager pipelines. This is the benchmark writeup.<p>The pipelines<p>Eager - standard array chaining:<p>const data = Array.from(generateRows(500_000));<p>const results = data .filter(r =...
Iterflow – Composable streaming statistics for JavaScript/TS (npmjs.com)