go-sprout / sprout

From sprig to sprout - Useful template functions for Go templates with steroids
https://sprout.atom.codes
MIT License
84 stars 4 forks source link

🌱 functions loading: create a complete solution to load specific function #10

Closed 42atomys closed 3 weeks ago

42atomys commented 4 months ago

I'd like to suggest a feature that would allow for a more efficient use of memory within our projects. The idea is to develop a comprehensive solution for loading functions selectively through Sprout. This would enable developers to load either a single function or all functions, depending on their current needs, thereby optimizing the memory footprint.

Implementing this feature could significantly enhance performance and resource management, especially in environments where memory conservation is crucial.

I am eager to hear your thoughts and feedback on this proposal.

42atomys commented 1 month ago

This is discussed on https://github.com/orgs/go-sprout/discussions/31