Explore >> Select a destination


You are here

adv-r.had.co.nz
| | www.r-statistics.com
15.2 parsecs away

Travel
| | This post is about speeding up your R code using the JIT (just in time) compilation capabilities offered by the new (well, now a year old) {compiler} package. Specifically, dealing with the practical difference between enableJIT and the cmpfun functions. If you do not want to read much, you can just skip to the example
| | boxbase.org
13.2 parsecs away

Travel
| | I came up with an idea when studying type theory. I am a vehement proponent of dynamic typing but there are several ideas that require me to explore into type theory so I am studying it.
| | blog.metaobject.com
14.5 parsecs away

Travel
| | So, Windows 10 has just been released, and with it Ahead Of Time (AOT) compilation feature .NET native . Google also just recently introduc...
| | www.kevindangoor.com
87.6 parsecs away

Travel
| Creating diagrams is a stereotypical software architect task, but the fact of the matter is that a picture can convey a thousand words of information. Diagrams ...