Package: hashmapR
Title: Fast, Vectorized Hashmap
Version: 1.0.1
Description: A fast, vectorized hashmap that is built on top of 'C++' std::unordered_map <https://en.cppreference.com/w/cpp/container/unordered_map.html>.
    The map can hold any 'R' object as key / value as long as it is serializable and supports
    vectorized insertion, lookup, and deletion.
License: MIT + file LICENSE
Authors@R: 
    person("Sven", "Glinz", role = c("aut", "cre"), email = "svenglinz@proton.me")
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/svensglinz/hashmapR
Suggests: testthat (>= 3.0.0)
NeedsCompilation: yes
Packaged: 2025-11-08 19:50:56 UTC; sven
Author: Sven Glinz [aut, cre]
Maintainer: Sven Glinz <svenglinz@proton.me>
Repository: CRAN
Date/Publication: 2025-11-09 10:00:13 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-12 10:20:34 UTC; windows
Archs: x64
