DEV Community

Discussion on: Understanding JavaScript/TypeScript Memoization

Collapse
 
sixman9 profile image
Richard Joseph

As this wasn't answered and I was also interested, I did a quick Google and found this:

v8.dev/docs/turbofan

"TurboFan is one of V8’s optimizing compilers leveraging a concept called “Sea of Nodes”. "

Obviously, V8 is the name of Google Chrome's JavaScript interpreter, which is what NodeJS is based on.