lkishalmi commented on PR #9207: URL: https://github.com/apache/netbeans/pull/9207#issuecomment-3941513379
I've done some testing today. The old `$NETBEANS_CACHE_DIR/index` should be removed if there is one exists before this change, otherwise there are a bunch of `IndexFormatTooOldException` would be thrown. Though that should not be an issue. This is just an FYI for others reading this PR. `MemoryIndex` still throws an `AlreadyClosedException`, after a file has been modified and auto-completion has been invoked. Other probably biassed (not measured in any way) experience: The indexing seems to be a bit slower than before, though the index search seems to be faster. Never had a completion when it was not feeling instant. Will test this on Raspberry Pi. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
