Skip to content

Commit

Permalink
improve md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 6, 2024
1 parent 2b9dfc4 commit 7e8e25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/Externalizing_Strings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
}
-->
## Externalize strings ##
# Externalize strings

Externalize strings from generated class files to separate files. This method is used to reduce the memory of the static contents for templates. We explain this method with a simple example below:

Expand Down Expand Up @@ -47,7 +47,7 @@ Externalize strings from generated class files to separate files. This method is

So, the string 'year' is no longer in memory. When the bytecode is called, it loads the string into memory. The memory is not occupied forever and this reduces the footprint of our application.

### Footnotes ###
## Footnotes

Here you can see the above details in video

Expand Down

0 comments on commit 7e8e25a

Please sign in to comment.