Replies: 1 comment
-
You are welcomed for voicing your ideas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you are executing async operations that has a dependency of the previous operation's result, making these operation run regardless of dependency in parallel, can be making for example network requests a higher throughput.
Whether the branch prediction is doable is up to the developers, maybe an operation actually do have to run after another one because the side affects it cause on the server, so be as smart as the shepherd.
At fsharp community where we talk about a programming language, the discussion is allowed that, for people to quickly define an Async routine with branch prediction and write codes close to the way we are writing and have these be running in parallel.
For example in the code :
A binary reduction happens depending on
validator(current position)
If we can write code similar to the way it looks currently while running the validator 2 more times on the assumptions of both of its possible result (true/false) that would be power to fsharp
Beta Was this translation helpful? Give feedback.
All reactions