fvwmorg / fvwm3

FVWM version 3 -- the successor to fvwm2
Other
488 stars 75 forks source link

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

Open ThomasAdam opened 3 months ago

ThomasAdam commented 3 months ago

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.