hashmap
hashmap copied to clipboard
Faster hash maps in R
1. Used updated sparsepp as referenced from https://github.com/dselivanov/r-sparsepp/issues/3 and https://github.com/greg7mdp/sparsepp/issues/66. Should be ready to go on CRAN (with new comments). 2. New Travis YAML 3. New roxygen2 updates (so whitespace),...
fix typo
`devtools::install_github("nathan-russell/hashmap")` ``` Downloading GitHub repo nathan-russell/hashmap@master ✓ checking for file ‘/private/var/folders/w8/r2f28p5153d8xcq_kb2__cxh0000gn/T/RtmpHy3cNA/remotes2602cab058e/nathan-russell-hashmap-39d547d/DESCRIPTION’ ... ─ preparing ‘hashmap’: ✓ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source...
I'm getting compiling errors when trying to install `hashmap` - see the gist here: https://gist.github.com/SaintZeno/fbaa4c9dc53e33b93d39d896d93fd078 system specs: Ubuntu 18.04.2 g++ 7.4.0 gcc 7.4.0
when accented UTF-8 key and/or value is passed to hashmap() on windows, the contents get garbled implying encoding problems, see below. here's an example on my windows 10 (sessionInfo at...
(empty) hashmap creation: ~ 80x slower ``` microbenchmark(new.env(), hashmap(numeric(0), numeric(0))) # Unit: nanoseconds # expr min lq mean median uq max neval cld # new.env() 640 803.5 1245.52 1182.5 1310.5...
FYI `sparsepp` is on cran for quite some time - https://cran.r-project.org/web/packages/sparsepp/ If there is something which you think prevent to use it here - let's discuss, I will be happy...
I don't know how difficult this is to implement, but having the ability to subnest hashmaps, allowing the use of hierachial dictionaries would make hashmaps a lot more powerful. As...
Hi Nathan, What would be the ideal method to delete a hashmap and possibly return memory? Regards, Srikanth