SatwantKumar / blender-aid

Automatically exported from code.google.com/p/blender-aid
0 stars 0 forks source link

Implement a multi threading indexer #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Indexing a production takes a lot of time. The reason is that only a single
core is used and most of the time goes to decompressing blend files.

By implementing a workers it is possible to reduce the time by the number
of cores (half the time needed on dual cores and near quart of the time
needed for quad cores). 

expected result: it should be possible to index BBB within half a minute on
a quad core system?

Original issue reported on code.google.com by j.bak...@atmind.nl on 13 Oct 2009 at 7:42

GoogleCodeExporter commented 8 years ago
1) Problem: No multithreading with python.
2) No indication that this will improve the performance (i.e. thread overhead)  

Original comment by m.dewanc...@atmind.nl on 21 May 2010 at 10:58