乐趣区

关于react.js:React中的memoized为什么不是memorized

当发现 React.js 中的 memoized 认为是拼写错误,然而本着小心求证的心态还是去百度翻译有道查了下词典。发现果然是拼写错了。

最初通过多番查找发现 memoize 是专门用于计算结果的存储。英文词典没有这个单词的收录。

As verbs the difference between memorize and memoize is that memorize is to learn by heart, commit to memory while memoize is (computing) to store (the result of a computed expression) so that it can be subsequently retrieved without repeating the computation.

作为动词,memorize 和 memoize 的区别在于,memorize 是背诵,致力于熟记,而 memoize(计算)是存储(计算表达式的后果),以便在不反复计算的状况下随后检索。

退出移动版