Parallel streams will benefit on Java App Engine if these two conditions are met:
1- There are no GAE API usage in these parallel streams (Cloud APIs are ok, but not GAE). See thread section <https://cloud.google.com/appengine/docs/standard/java/runtime-java8#threads> for more details. 2- You are using higher than F1 instance type which has only 1 core. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/047905e1-3654-408a-a58d-e75a2e371c8e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
