parallel java libraries
Posted
by jetru
on Stack Overflow
See other posts from Stack Overflow
or by jetru
Published on 2010-06-12T11:57:22Z
Indexed on
2010/06/12
12:03 UTC
Read the original article
Hit count: 307
I'm looking for Java libraries/applications which are parallel and feature objects that can be queried in parallel. That is, there is/are objects in which multiple types of operations can be made from different threads and these will be synchronized.
It would be helpful if someone could ideas of where I could find such applications as well.
EDIT: Actually, language doesn't matter so much, so C++, Python, anything is welcome
© Stack Overflow or respective owner