numba / numba-rvsdg

Numba compatible RVSDG (Regionalized Value State Dependence Graph) utilities.
https://numba-rvsdg.readthedocs.io/
BSD 2-Clause "Simplified" License
18 stars 7 forks source link

add typing and refactor NameGenerator #27

Closed esc closed 1 year ago

esc commented 1 year ago

Adds the typing signatures to the NameGenerator, adds numpydoc compatible documentation and does some refactoring on the code, mostly variable names and shortening one construct.