Releases: fsmv/in.go
Releases · fsmv/in.go
v1.0.0
It's done!
I'm happy I was able to remove all the allocation in the loop, so I can compile these binaries with the garbage collector turned-off!
Check out the other versions, the code is easier to read.
Download the version for your OS and move the binary to a location in your PATH with the name in
v0.8.0
I almost stopped here. I didn't think there was much left to improve on.
I started thinking about the allocation and I couldn't stop thinking about it and wanting it to not "leak" memory. For a while I didn't think it could be done, then I didn't think it could be done under 100 lines.