search for: _larger_

Displaying 4 results from an estimated 4 matches for "_larger_".

Did you mean: _large_
2012 Oct 03
0
[LLVMdev] Does LLVM optimize recursive call?
...2012/07/17/twitter-crashes-itself-with-commas?1 Also, I've seen some recursion-related PR's in Clang, although I think that they are usually related to templates and not parsing. Also, it's easy to blow stack in quicksort if you don't tail call into the recursive invocation of the _larger_ subrange. Recursively calling into the smaller subrange guarantees that it's size is less than half of the current range, whereas a non-tail call into the larger subrange can require linear stack space if the partition isn't good. > You're distracting this man from his job of learni...
2012 Oct 03
3
[LLVMdev] Does LLVM optimize recursive call?
On Wed, Oct 3, 2012 at 10:15 AM, Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> wrote: > Preston Briggs <preston.briggs at gmail.com> writes: >> Think about costs asymptotically; that's what matters. Calls and >> returns require constant time, just like addition and multiplication. > > Constant time, but not necessarily constant memory. > > Deep recursion
2016 Sep 07
0
Building R under Linux - library dependencies
...s you really want? - Being able to pre-build and distribute? We have done that since the last 5C1990s with .deb packages. - Being able to install with minimal size? Have you queried your users? I note that among the Docker containers for R (in the "Rocker" project Carl and I run) the _larger_ ones containing RStudio plus optionally "lots from hadley" plus optionally lots of rOpenSci tend to me _more_ popular (for ease of installation of the aggregate). And while share the overall sentiment a little bit, you have to realize that it is 2016 with the corresponding bandwith and s...
2016 Sep 07
4
Building R under Linux - library dependencies
> | Is there a way to overcome this problem? Precompiled versions of R can be installed on various system configurations, so I guess that there should be a way to compile it in a version-agnostic manner. > > Yes, for example by > > -- using a Docker container which is portable across OSs (!!) and versions Docker R containers are north of 250 MB. I have checked experimentally