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
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: