-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search is very very slow when 2000 subnodes/nodes with text has been added #272
Comments
and you Sir should read through the bug tracker before reporting a duplicate to issue #269 |
Do you have any updates on this issue? |
Porting to C++ in progress but cannot forecast when first version available due to extremely busy family life these days |
Do you have updates on Porting to C++ ? |
I'm working on the porting to C++ daily in the early morning, for about an hour, so it is progressing; still cannot forecast the completion, too early for that |
Thank you for your hard work! I will donate to the project! |
Thank you for your hard work !!!! |
Is porting to C++ has been completed? Is the slowness has been fixed in the recent release? |
The porting to C++ of the search has been implemented by @txe and it is, as expected, way faster than the python search. The porting of the whole app is not complete though; I should be able to complete it before the end of the year |
Is porting to c++ is completed? |
End 2019 start 2020 the first public version should be ready. |
@giuspen is the porting has been completed in the new version? |
@samuelkathiresan the porting is not complete but thanks to the hard work of @txe it is not too far from completion |
is porting has been done with the latest version? |
is the slowness has been fixed in the recent version ? |
Please @javadevelopment4 try the latest development version 0.99.4 scroll down in the download section after current stable 0.39.4 |
Tested the issue in latest version but found the search is very slow. Thanks |
I improved significantly the speed of the search/replace with the option 'all matches' (default), this will be available in the next version 1.0.2 or 1.1.0. |
Hi,
When 2000 subnodes/nodes has been added with assume 100 kb of text in each node.
The search seems to be very very slow. The performance needs to be addressed.
Thanks.
The text was updated successfully, but these errors were encountered: