hyperdimensional-computing / torchhd

Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures
https://torchhd.readthedocs.io
MIT License
233 stars 24 forks source link

Hashtable replace function #54

Closed pereverges closed 2 years ago

pereverges commented 2 years ago

In the replace function, right now passing the old value is needed, we could do the lookup ourselves with the key and avoid having the user giving us the old value

mikeheddes commented 2 years ago

Closed in favor of #62