Differences between hash and lists in R

In R, I find lists useful structures (like dictionaries in Python). I stumbled upon a package hashthat seems to provide very similar functionality.

Are there any practical differences between lists and hashes that make it even more desirable than others? (Except lists are part of the base)

I hope this is not too open, but not sure how to narrow it down.

+5
source share
1 answer

from the documentation hash:

. - R . , , .

PERFORMANCE. , -. . , > 100-1000 , . , .

+5

All Articles