odissei-lifecourse / layered_walk

MIT License
0 stars 0 forks source link

use dataclasses for a nodes' connections? #8

Open f-hafner opened 1 month ago

f-hafner commented 1 month ago

instead of dict[int, array], consider using a dataclass where each layer is an attribute. dataclasses can be used in numba as described here: https://github.com/numba/numba/issues/4037

possible advantage