Austin Heller
Austin Heller
livingcoder@universeodon-com.mostr.pub
Software engineer obsessed with everything to do with software development and system design.... show more
I'm so confused why my #rust function takes so long to return. I have an Instance::now() before the call, I have an Instance::now() in the very start of the method, it does a lot of stuff, I println the method's Instance elapsed.as_micros(), return the Result<Vec<T>> with one small item in it,... show more