Skip to content

jdegand/memoized

Repository files navigation

Memoized

Angular Challenges #35 Memoization

Thoughts

  • I saw this added and starting working on before directions were included.
  • Type one letter and there will be a few second re-run of the whole list.
  • I improved performance by using a memoized fibonacci function.
  • The directions want challengers to use a pipe and not touch the fibonacci function.
  • You could probably use a separate memo function but pipes are better and more flexible than memo functions.

Useful Resources

  • Medium - how to improve angular performance by just adding 8 characters
  • Dev.to - 5 tips to improve angular performance
  • Medium - memoized fib function

About

Angular Challenges #35 Memoization - Alternative Solution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published