Explore >> Select a destination


You are here

blog.moertel.com
| | buttondown.com
5.2 parsecs away

Travel
| | Everything you need to know about query planning can be understood from this query: SELECT * FROM xy WHERE y = 3 ORDER BY x Imagine we have two indexes, one...
| | datagenetics.com
5.4 parsecs away

Travel
| | A super clever algorithm.
| | sebastianraschka.com
5.5 parsecs away

Travel
| | I'm an LLM Research Engineer with over a decade of experience in artificial intelligence. My work bridges academia and industry, with roles including senior staff at an AI company and a statistics professor. My expertise lies in LLM research and the development of high-performance AI systems, with a deep focus on practical, code-driven implementations.
| | www.r-statistics.com
27.7 parsecs away

Travel
| Guest post by Jake Russ For a recent project I needed to make a simple sum calculation on a rather large data frame (0.8 GB, 4+ million rows, and ~80,000 groups). As an avid user of Hadley Wickham's packages, my first thought was to use plyr. However, the job took plyr roughly 13 hours to complete. plyr is extremely efficient