Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Multicore Parallel processing in BasicSearchEngine.findMatches‏
Multicore Parallel processing in BasicSearchEngine.findMatches‏ [message #981373] Mon, 12 November 2012 11:09
Lionel Li is currently offline Lionel LiFriend
Messages: 1
Registered: November 2012
Junior Member
I am working on parallelizing a code that calls onto org.eclipse.jdt.internal.core.search.BasicSearchEngine.findMatches(). However instead of gaining any speed ups from my attempt to parallelize the code with multicore processors, I get slowdowns instead.

I have identified that the bottleneck comes mainly from BasicSearchEngine.findMatches.

Do you know if there are synchronizations for concurrency control within the BasicSearchEngine, or if the method has already been parallelized, and therefore I am seeing a slowdown if further parallelization is done?
Previous Topic:Dynamic source code coloring
Next Topic:How to Speed up the 'Building Workspace' which work stopper.
Goto Forum:
  


Current Time: Thu Apr 25 15:10:52 GMT 2024

Powered by FUDForum. Page generated in 0.02607 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top