-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Labels
difficulty:easy
Issue is suitable for new fvwm developer
difficulty:gfi
Issue is suitable for a first-time contributor/developer
type:internal-improvement
Issue is an internal improvement (cleanup, etc.)
Milestone
Comments
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
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
somiaj
added a commit
that referenced
this issue
Nov 18, 2024
Use TAILQ instead of a linked list for InfoStore. This also reduces looping over the list multiple times in some situations. This fixes #993.
ThomasAdam
added
the
type:internal-improvement
Issue is an internal improvement (cleanup, etc.)
label
Nov 22, 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
type:internal-improvement
Issue is an internal improvement (cleanup, etc.)
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.
The text was updated successfully, but these errors were encountered: