Skip to content

(fix) dictionary too big -> out of memory - #286

Open
sarahmccuan wants to merge 3 commits into
HugoFara:developfrom
sarahmccuan:bug-dictionary-too-big
Open

(fix) dictionary too big -> out of memory#286
sarahmccuan wants to merge 3 commits into
HugoFara:developfrom
sarahmccuan:bug-dictionary-too-big

Conversation

@sarahmccuan

Copy link
Copy Markdown

This fixed my issues with the German dictionaries overloading memory. Basically we just scan through entries individually and discard anything slow.

I was worried about how long it would take for super large dictionaries vs. just pulling everything into memory but there's no real noticeable impact (and it works now vs failing completely so I'll take that as a win).

@sarahmccuan

Copy link
Copy Markdown
Author

It looks like your develop branch has updates that weren't in main already (which is what I was working off of). I can fix these but not sure if you want to go ahead and merge to main first? lmk what you prefer.

@sarahmccuan sarahmccuan changed the title Bug dictionary too big (fix) dictionary too big -> out of memory Aug 25, 2026
@sarahmccuan

Copy link
Copy Markdown
Author

Oh lol I see it looks like you already addressed the bug in another pr that's in develop - I missed the comment on the original issue. Lemme pull develop & test that the fix works. if so I'll just close this.

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.

1 participant