Closed robbiet480 closed 7 years ago
@olahol duh! I just had this little bit of code hanging out unused in my private base and didn't think to check it for complexity before submitting. Will get it fixed now.
@olahol Fixed!
Thank you @robbiet480, nice work :+1:
Wouldn't this be better implemented as a loop over the session slice and a call to
session.Write
? It looks like it'sO(n^2)
in complexity right now.