- Commit
- 5ebfb1b49ac5de87d00137d89d22b3d55f30201a
- Parent
- 145ef3b83b6887e610b12efbf01f88e854e024d1
- Author
- Pablo Escobar Gaviria <gark.garcia@protonmail.com>
- Date
Optimized the Elixir implementation to cache the values of `sum n`.
Currently the values are cached in a per-process-basis. The implementation could be further optimized if we were able to cache the values globally. This could be accoplished via message passing, sending requests to the `main` process and collecting the responses.