Package: hashmapR
Title: Fast, Vectorized Hashmap
Version: 1.0.0
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)
SystemRequirements: C++20
NeedsCompilation: yes
Packaged: 2025-11-04 10:00:47 UTC; sven
Author: Sven Glinz [aut, cre]
Maintainer: Sven Glinz <svenglinz@proton.me>
Repository: CRAN
Date/Publication: 2025-11-07 14:00:20 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-07 16:00:11 UTC; windows
Archs: x64
