Skip to content
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

hunspell: allow in-memory entry sorting for faster dictionary loading #12834

Merged
merged 5 commits into from
Nov 24, 2023

Conversation

donnerpeter
Copy link
Contributor

Description

* @see #offline(Directory, String)
* @see #inMemory()
*/
public abstract class SortingStrategy {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better name ideas are welcome

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's exactly what it is - can't think of a better name?

Copy link
Contributor

@dweiss dweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few minor comments.

* @see #offline(Directory, String)
* @see #inMemory()
*/
public abstract class SortingStrategy {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's exactly what it is - can't think of a better name?

donnerpeter and others added 3 commits November 22, 2023 21:50
…spell/SortingStrategy.java

Co-authored-by: Dawid Weiss <dawid.weiss@gmail.com>
…spell/SortingStrategy.java

Co-authored-by: Dawid Weiss <dawid.weiss@gmail.com>
@donnerpeter donnerpeter merged commit f460d61 into apache:main Nov 24, 2023
5 checks passed
@donnerpeter donnerpeter deleted the sortingStrategy branch November 24, 2023 07:23
donnerpeter added a commit that referenced this pull request Nov 27, 2023
…#12834)

Co-authored-by: Dawid Weiss <dawid.weiss@gmail.com>

(cherry picked from commit f460d61)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants