Skip to content

Releases: fsmv/in.go

v1.0.0

20 Nov 03:39
v1.0.0
Compare
Choose a tag to compare

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

20 Nov 03:59
v0.8.0
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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.

v0.1.0

20 Nov 04:00
v0.1.0
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This was enough to solve the problem I had. I wrote it in a few hours.
I think this is probably the most readable code.

The configuration is kinda like dwm, you recompile to change it :)