You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "donnerpeter (via GitHub)" <gi...@apache.org> on 2023/05/22 05:54:01 UTC

[GitHub] [lucene] donnerpeter opened a new pull request, #12323: hunspell (minor): reduce allocations when reading the dictionary's morphological data

donnerpeter opened a new pull request, #12323:
URL: https://github.com/apache/lucene/pull/12323

   there can be many entries with morph data, so we'd better avoid compiling and matching regexes and even stream allocation
   
   To reduce IntelliJ garbage (https://youtrack.jetbrains.com/issue/IDEA-320833)


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] donnerpeter merged pull request #12323: hunspell (minor): reduce allocations when reading the dictionary's morphological data

Posted by "donnerpeter (via GitHub)" <gi...@apache.org>.
donnerpeter merged PR #12323:
URL: https://github.com/apache/lucene/pull/12323


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] dweiss commented on pull request #12323: hunspell (minor): reduce allocations when reading the dictionary's morphological data

Posted by "dweiss (via GitHub)" <gi...@apache.org>.
dweiss commented on PR #12323:
URL: https://github.com/apache/lucene/pull/12323#issuecomment-1571452613

   Hi and sorry, Peter - I was away and then ill. This looks good to me (although I really liked the stream version, it was much easier to follow). We're getting close to C here. :) 


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] donnerpeter commented on pull request #12323: hunspell (minor): reduce allocations when reading the dictionary's morphological data

Posted by "donnerpeter (via GitHub)" <gi...@apache.org>.
donnerpeter commented on PR #12323:
URL: https://github.com/apache/lucene/pull/12323#issuecomment-1570486210

   @dweiss ping? :)


-- 
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: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org