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

Migrate website generation from Stencil templates to Plot DSL #6

Open
tothambrus11 opened this issue Jun 26, 2024 · 0 comments
Open
Assignees

Comments

@tothambrus11
Copy link
Collaborator

The current approach for website generation is to use an html templating library Stencil. This proved to be very error-prone to work with, and it's also unbearably slow for large number of templates. When using it, we use all Swift's type safety, guarantees and compile-time optimizations, making the experience similar to a dynamic language.

We should experiment with switching the website generation to be done fully in Swift, and see what it would unlock performance wise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant