Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide on performance, caching, memoization, etc. #335

Open
milesfrain opened this issue Jul 17, 2020 · 0 comments
Open

Guide on performance, caching, memoization, etc. #335

milesfrain opened this issue Jul 17, 2020 · 0 comments

Comments

@milesfrain
Copy link
Contributor

Is there any PS content similar to these F# guides?:

If a guide is written, should it live in this docs repo, or another location, such as the Mutable State section of the book?

Topics may include:

  • How to use:
    • ST
    • Ref
    • memoize
  • Interactions with:
    • Recursive functions
    • Parallel code
    • Effectful code
      • e.g. Why can't I use memoize with an effectful function, and what should I do instead?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant