luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

search in lucene++, most CPU resources are occupied by synclock #167

Open nishilv2 opened 3 years ago

nishilv2 commented 3 years ago

search in lucene++, most CPU resources are occupied by synclock , maybe 60% Is there any way to solve this problem?

FishermanZzhang commented 3 years ago

search in lucene++, most CPU resources are occupied by synclock , maybe 60% Is there any way to solve this problem?

i want to know what tool to detect that the cpu is occupied by synclock

FishermanZzhang commented 3 years ago

I made some changes to improve performance https://github.com/luceneplusplus/LucenePlusPlus/issues/178