Migrate blog - #421
Merged
Merged
Conversation
sebastian-alfers
requested review from
JustinPihony,
ignasi35 and
marcospereira
February 17, 2021 10:33
ignasi35
reviewed
Feb 18, 2021
ignasi35
reviewed
Feb 18, 2021
ignasi35
left a comment
Member
There was a problem hiding this comment.
Some comments re URL redirections.
ignasi35
reviewed
Feb 18, 2021
| <h2 id="conclusion">Conclusion</h2> | ||
| <p>In most cases Graal will actually run your Play application way faster than a regular JVM. Graal is especially good in running Scala code, since it has a way better <a href="https://en.wikipedia.org/wiki/Escape_analysis"><em>escape analysis</em></a>. However it can depend on your workload and what you do, so it’s probably a good idea to take a look at Graal by yourself.</p> | ||
| <p>If you are trying to interop with other languages Graal might also be a really good fit, since most languages can just be executed/run from a simple “Context” and Graal will also try his best to make the code as performant as possible.</p> | ||
|
|
Member
There was a problem hiding this comment.
As discussed offline: I would add the author and date of the post.
marcospereira
approved these changes
Feb 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate two relevant blog posts into static content.
Redirect non-RC and non-milestone releases url to corresponding tag on github.
Keep the blog menu item and link to minimal blog index page
The content was converted via https://markdowntohtml.com/ 🤷♂️