XAMPPRocky / fluent-templates

Easily add Fluent to your Rust project.
Apache License 2.0
136 stars 28 forks source link

Optimize fallback initialization on static loader macro #77

Closed mondeja closed 3 weeks ago

mondeja commented 4 weeks ago

This PR brings two main performance improvements to the static_loader! macro:

XAMPPRocky commented 3 weeks ago

Thank you for your PR!