0xTCG / sequre

A high-performance, Pythonic framework for secure computing in bioinformatics
Apache License 2.0
18 stars 1 forks source link

Add IR pass for array indexing transformations #17

Open hsmajlovic opened 10 months ago

hsmajlovic commented 10 months ago

Add IR pass that will transform double indices a[i][j] to a[i, j] for better performance.