dice-group / hypertrie

A flexible data structure for low-rank (≤ 5), sparse tensors supporting slices by any dimension and Einstein summation (einsum).
https://tentris.dice-research.org/
Apache License 2.0
14 stars 4 forks source link

Move the xor usage to its own function for easier changing. #63

Closed LukasKerk closed 4 years ago

LukasKerk commented 4 years ago

In the DiceHash xor is used in multiple places to combine hash values to a new hash. This should be extracted into its own function, so it becomes a lot easier to replace it with a possibly better suited function.