|
You are here |
www.r-statistics.com | ||
| | | | |
ochagavia.nl
|
|
| | | | | Advent of code has come and passed, what should I do now with so much free time? Fear not! The JIT calculator challenge is here. 1. The challenge Back when Rust was in its infancy, the official website featured an example program to showcase the language's syntax. It was a toy calculator, implemented as an interpreter in 20 lines of code. Why talk about website archaeology, though? We are not here for nostalgia's sake, are we? | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | ||
| | | | |
www.noamross.net
|
|
| | | | | This is an overview of tools for speeding up your R code that I wrote for the Davis R Users' Group. First, Ask "Why?" It's customary to quote Donald Knuth at this point, but instead I'll quote my twitter buddy Ted Hart to illustrate a point: I'm just going to say it.I like for loops in #Rstats, makes my code readable.All you [a-z]*ply snobs can shove it! - Ted Hart (@DistribEcology) March 12, 2013 Code optimization is a matter is a matter of personal taste and priorities. | |
| | | | |
huonw.github.io
|
|
| | | The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases. | ||