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

Optimize memory usage #4

Closed
hurricup opened this issue Sep 5, 2023 · 0 comments
Closed

Optimize memory usage #4

hurricup opened this issue Sep 5, 2023 · 0 comments

Comments

@hurricup
Copy link
Collaborator

hurricup commented Sep 5, 2023

We should replace boolean array with BitSet and don't create it until it is necessary

hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it

IJ-CR-114765
hurricup added a commit to hurricup/markdown that referenced this issue Sep 12, 2023
- It is more memory-efficient (currently only for jvm)
- We don't create an buffer before we actually need it

See: JetBrains/intellij-deps-jflex#4
hurricup added a commit to hurricup/markdown that referenced this issue Sep 12, 2023
- It is more memory-efficient (currently only for jvm)
- We don't create an buffer before we actually need it

See: JetBrains/intellij-deps-jflex#4
hurricup added a commit that referenced this issue Sep 12, 2023
- use more memory effective BitSet instead of boolean array
- don't create a buffer until we really need it
hurricup added a commit to Camelcade/Perl5-IDEA that referenced this issue Sep 12, 2023
hurricup added a commit to Camelcade/Perl5-IDEA that referenced this issue Sep 12, 2023
FirstTimeInForever pushed a commit to JetBrains/markdown that referenced this issue Sep 19, 2023
- It is more memory-efficient (currently only for jvm)
- We don't create an buffer before we actually need it

See: JetBrains/intellij-deps-jflex#4
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

No branches or pull requests

1 participant