Closed griffinmilsap closed 6 months ago
Code looks good. I haven't tested it but I'm on the same arch as you so I don't think it'd help much ;)
@pperanich @cboulay I think this is good to go, I'm going to merge to dev; please do keep an ear to the ground if any of your systems break and give me a heads up before we push this to main
Addresses #120.
Performance-wise there might be a barely significant speedup; possibly due to less
hasattr
checks and simpler branching/flow. All tests appear to pass.Benchmark on my M1 Mac -- running
test_perf.py -- many-dynamic-sizes
:Aside; I'm seeing some .. incomprehensible latency issues in the perf test. Something else to look into.