|
You are here |
blog.moertel.com | ||
| | | | |
buttondown.com
|
|
| | | | | 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
|
|
| | | | | A super clever algorithm. | |
| | | | |
sebastianraschka.com
|
|
| | | | | 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
|
|
| | | 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 | ||