zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Static awareness #97

Closed zorael closed 4 years ago

zorael commented 4 years ago

This moves the implementation of {Channel,User,Twitch}Awareness from functions in template mixins to module-level functions that those functions proxy calls toward.

This lowers compilation memory use slightly and shrinks the binary some. The previous approach was somewhat wasteful.