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

InfoStore: rewrite internals to use TAILQ instead of a linked list. #993

Open
ThomasAdam opened this issue Apr 3, 2024 · 0 comments
Open
Labels
difficulty:easy Issue is suitable for new fvwm developer difficulty:gfi Issue is suitable for a first-time contributor/developer

Comments

@ThomasAdam
Copy link
Member

When InfoStore was written, TAILQ wasn't being used. We should change its implementation over to use TAILQ which will reduce some of the overhead of a heap-allocated structure.

@ThomasAdam ThomasAdam added difficulty:easy Issue is suitable for new fvwm developer difficulty:gfi Issue is suitable for a first-time contributor/developer labels Apr 3, 2024
@ThomasAdam ThomasAdam added this to the 1.1.1 milestone Apr 3, 2024
@ThomasAdam ThomasAdam removed this from the 1.1.1 milestone Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy Issue is suitable for new fvwm developer difficulty:gfi Issue is suitable for a first-time contributor/developer
Projects
Status: To do
Development

No branches or pull requests

1 participant