Thank you again Robert.
I am using NamedTuple for mye keys, which also are keys in a dictionary.
Each key will be unique (tuple on distinct int and enum), so I am thinking
maybe the risk of producing duplicate hash is not present, but could as
always be wrong :)
For positive ints i followed this ti
Hello everyone. I’m happy to announce version 0.13.0 of PyData/Sparse.
PyData/Sparse provides sparse arrays for the PyData ecosystem: It mimics the
NumPy API but provides sparse storage.
Version 0.13.0 was mainly a bugfix-centred release, fixing many bugs and
regressions reported by users for v
On Sat, Aug 28, 2021 at 5:56 AM Stig Korsnes wrote:
> Thank you again Robert.
> I am using NamedTuple for mye keys, which also are keys in a dictionary.
> Each key will be unique (tuple on distinct int and enum), so I am thinking
> maybe the risk of producing duplicate hash is not present, but co