Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write own template parse/render library #137

Open
InioX opened this issue Nov 30, 2024 · 0 comments
Open

Write own template parse/render library #137

InioX opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@InioX
Copy link
Owner

InioX commented Nov 30, 2024

  • Would make filters way faster - We dont need to parse the generated color string back, change it, and then put it back. It would be best to apply filters before even putting the string in.
  • No need to store all the color formats inside the struct - All we need to store is Rgba and Hsla, then generate the other missing ones as we need. This reduces memory usage, and makes everything simpler.
@InioX InioX pinned this issue Nov 30, 2024
@InioX InioX added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant