--- Day changed Tue Aug 06 2019 01:22 -!- kcalvinalvin [~calvin@118.131.103.244] has quit [Remote host closed the connection] 01:26 -!- kcalvinalvin [~calvin@118.131.103.244] has joined #utreexo 02:12 -!- kcalvinalvin [~calvin@118.131.103.244] has quit [Remote host closed the connection] 02:12 -!- kcalvinalvin [~calvin@118.131.103.244] has joined #utreexo 02:23 -!- kcalvinalvin [~calvin@118.131.103.244] has quit [Remote host closed the connection] 17:34 -!- instagibbs [~instagibb@pool-100-15-121-126.washdc.fios.verizon.net] has quit [Ping timeout: 245 seconds] 17:35 -!- instagibbs [~instagibb@pool-100-15-121-126.washdc.fios.verizon.net] has joined #utreexo 20:12 < adiabat> tnaka_: thanks for recent PRs -- the loop one I think can be done in ~2 lines with just i and count 20:13 < adiabat> it doesn't really matter but I guess fewer lines is more important than fewer CPU cycles for something like this that takes up a small amount of CPU time 20:13 < adiabat> another place to look for areas to reduce lines of code / complexity is some of the TODOs in comments 20:14 < adiabat> for example line 59 of pollardproof.go 20:14 < adiabat> I'm not sure that code is needed at all... maybe it can be removed and things still work? not sure. There are a couple other places like that 20:15 < adiabat> might be kind of fun, like jenga -- take out parts of the code and see when it falls down :) 21:13 < tnaka_> I am studying UTreeXO code. 21:13 < tnaka_> Among them, I just fixed the old logic, but if it is difficult to understand, I will not issue a PR. 21:13 < tnaka_> I'm sorry. 21:20 < adiabat> no, no problem -- if there's stuff you don't understand just message me and ask. There's lots of things I need to clean up or make clearer