zpm-project / zpm-zsh

zsh plugin manager in ansi C.
GNU General Public License v3.0
5 stars 3 forks source link

Improve memory handling. #16

Closed fennecdjay closed 7 years ago

fennecdjay commented 7 years ago

Use heap variable where possible. Also put some variables at functions top, which is more C.

fennecdjay commented 7 years ago

I'd love to provide a link.

For my work, I try (and fail) to stick to this

desyncr commented 7 years ago

I got "Modern C" by Jens Gustedt to read. Let's see how that goes :P

desyncr commented 7 years ago

Thanks for the link btw. Looks good.