solop-develop / adempiere-grpc-server

ADempiere gRPC Server example of integration
GNU General Public License v2.0
0 stars 9 forks source link

feat: Improve peformance with `parallelStream`. #738

Closed EdwinBetanc0urt closed 5 months ago

EdwinBetanc0urt commented 5 months ago

Implementation of parallel stream where possible and where sequence and ordering is not relevant. This takes advantage of multiple threads of execution.

fixes https://github.com/solop-develop/frontend-core/issues/1958