Displaying 2 results from an estimated 2 matches for "askitis".
Did you mean:
askins
2015 Mar 06
1
R with Array Hashes
...> When you asked about benchmark code on Twitter, I shared the somewhat
> well-known (but no R ...) http://benchmarksgame.alioth.debian.org/
> Did you write new benchmarks? Did you try the ones once assembled by Simon?
I decided to design the benchmark very close to the one I found in:
Askitis, Nikolas, and Justin Zobel. "Redesigning the string hash
table, burst trie, and bst to exploit cache." Journal of Experimental
Algorithmics (JEA) 15 (2010): 1-7.
Its a synthetic benchmark that just measures aspects of constructing
and searching an R environment.
>
> Dirk
>
>...
2015 Mar 06
2
R with Array Hashes
Hi,
I wanted to share with the mailing list members here details about the
project I've been working on:
https://github.com/jeffreyhorner/R-Array-Hash
This is a re-implementation of R's hashed environments, the global
variable cache, the global string cache and symbol table with
cache-conscious array hash tables. The results are quite encouraging.
However, the implementation is a big