Giter Club home page Giter Club logo

Comments (6)

casid avatar casid commented on July 18, 2024

Hi @ltanguy, I think this option was removed to be able to intercept the rendering output: f432fcd

from jte.

ltanguy avatar ltanguy commented on July 18, 2024

This feels to me as a rare edge case, typically for projects with a tight coupling with Spring MVC (like the one referenced in this commit).
Would it make sense to reinstate this ability through an auto-configuration option, disabled by default ?

from jte.

casid avatar casid commented on July 18, 2024

I think the reasoning was that, the performance difference between binary/string templates would be neglectable compared to the overhead of Spring Boot. The way it is, it is less complicated for users and compatible with all interception mechanisms that spring offers.

@tschuehly what do you think?

from jte.

tschuehly avatar tschuehly commented on July 18, 2024

Yes, that is a good explanation.
What do you want to achieve with binary rendering? @ltanguy

from jte.

ltanguy avatar ltanguy commented on July 18, 2024

Nothing very specific actually, probably more the beauty of squeezing as much performance as possible, but I agree that the difference won't probably be significative in most cases.
I'm not sure to see where the use case of binary rendering fits, as almost every web application will rely on a framework of some sort (Spring, Quarkus, ...) that will have similar requirements.

from jte.

edward3h avatar edward3h commented on July 18, 2024

Many applications make network calls to databases or other services. Once you are hitting the network for the data for your models, the CPU cost of binary vs text rendering is basically irrelevant.

from jte.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.