Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I saw this thread about using GPU for Terracotta EhCache.

https://forums.terracotta.org/forums/posts/list/6562.page

But I am wondering for what part GPU can be applied ?

Is it for parallel hashing function ?

share|improve this question
1  
For a cache GPU could be applied for any intensive computation like encryption, compression, statistics, search, sorting and as you said hashing. In general when you have big data-parallelism with little dependencies between data you can obtain huge peformance gains using GPUs. – Serious Nov 16 '12 at 10:00
why is it closed ? I asked what functionalities can be implemented using GPU power.Above comment gives me what I asked for. – Ashika Umanga Umagiliya Nov 19 '12 at 0:49
@bensiu I doubt PHP coders can understand GPU programming! – Ashika Umanga Umagiliya Nov 26 '12 at 10:19

closed as not a real question by talonmies, NULL, Wh1T3h4Ck5, bensiu, chris Nov 16 '12 at 16:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.