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

Use template-literal instead of EJS #3

Open
Drulac opened this issue Jan 7, 2018 · 5 comments
Open

Use template-literal instead of EJS #3

Drulac opened this issue Jan 7, 2018 · 5 comments

Comments

@Drulac
Copy link

Drulac commented Jan 7, 2018

Template Literal is fastest, smallest and simplest template engine, because it use JS's literal template feature.

It's 55 times faster than EJS, and it also use less CPU and RAM ressources, so it may be a good idea to use it instead of EJS 😀

@juanfranblanco
Copy link
Member

juanfranblanco commented Jan 8, 2018

Ill have a look at your project @Drulac ;) Thanks!

@juanfranblanco
Copy link
Member

Also, the concept is portable for c#

@StefH
Copy link

StefH commented Jan 8, 2018

For .NET C#, there is also https://github.com/rexm/Handlebars.Net

@juanfranblanco
Copy link
Member

juanfranblanco commented Jan 8, 2018

I have used RazorLight
https://github.com/Nethereum/Nethereum/blob/master/src/Nethereum.Generator.Console/Nethereum.Generator.Console.csproj#L20

Note I need to push the upgraded version
Edit: I pushed that now ;)

@Drulac
Copy link
Author

Drulac commented Jan 8, 2018

you're welcome :-)

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

No branches or pull requests

3 participants