hash

From MaRDI portal
Software:32701



swMATH20888CRANhashMaRDI QIDQ32701

Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries

Christopher Brown

Last update: 19 August 2023

Software version identifier: 2.2.6.2, 0.23, 0.30, 0.40, 1.0.2, 1.0.3, 1.0, 1.10.0, 2.0.0, 2.0.1, 2.1.0.1, 2.1.0.2, 2.1.0, 2.2.3, 2.2.4, 2.2.5, 2.2.6.1, 2.2.6, 3.0.1, 2.2.6.3

Source code repository: https://github.com/cran/hash

Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0

Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposefully R flavor. For objects of appreciable size, access using hashes outperforms native named lists and vectors.