InfoStore: rewrite internals to use TAILQ instead of a linked list.
Closed this issue · 0 comments
ThomasAdam commented
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.