DEV Community

Cover image for 🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

Deepu K Sasidharan on January 26, 2020

Originally published at deepu.tech. In this multi-part series, I aim to demystify the concepts behind memory management and take a deeper look at ...
Collapse
 
toastui profile image
TOAST UI • Edited

Hello Deepu K Sasidharan, thank you for the great article!

I would like to ask you for permission to translate this article into Korean and publish it on a company run blog (ui.toast.com/weekly-pick/ko/). I will quote the original source and in no way use it to gain any monetary value.

Please let me know what you think, and hope you have a great day :)

Collapse
 
deepu105 profile image
Deepu K Sasidharan

No worries. Feel free to translate it. It's fine as long as you provide proper attribution. Please attribute the original source at deepu.tech

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Let me know when you publish and I'll tweet it as well

Collapse
 
toastui profile image
TOAST UI

Thank you for your reply. 🙏

I really appreciate your permission to translate your articles.
Here is the translated article, and if you have a problem, please comment.

I hope you have a great day!

Thread Thread
 
deepu105 profile image
Deepu K Sasidharan

Cool. Looks fine

Collapse
 
seanmclem profile image
Seanmclem

Does deno actually run typescript? I keep seeing that it uses a "typescript runtime". Does that mean it can run typescript without transpiled to Javascript?

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Technically it still uses V8 which runs JavaScript and hence internally it still transpiles into JS, but it's in the background and hence user doesn't have to worry about it. It like Python or Ruby which still gets interpreted into C before being executed.

Collapse
 
tkgreg profile image
Grigorii Tkachuk

Great article man!

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Thanks man

Collapse
 
tusharborole profile image
Tushar Borole

Love reading this

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Thank you

Collapse
 
codeanit profile image
Anit Shrestha Manandhar

This is really a great write up Deepu. Thank you.

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Thank you. Glad you liked it