hashmap
hashmap copied to clipboard
Faster hash maps in R
E.g. in [`spp_traits.h`](https://github.com/nathan-russell/hashmap/blob/master/inst/include/hashmap/sparsepp/spp_traits.h#L54-L59) either remove completely or use a better check for C++98 mode. Currently still triggering `-Wc++11-long-long` on `r-devel-debian-clang` and `r-devel-fedora-clang`.
1. Make `boost::lexical_cast` on `Vector` equivalent to `as.character` 2. Convert `Date` and `POSIXct` vectors correctly https://github.com/nathan-russell/hashmap/blob/master/inst/include/hashmap/tools.hpp
I imagine since you already have the ability to hash character vectors, it may not be too difficult to add the ability to hash serialized versions of other objects. ```...