WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Test new RooLinkedList::At implementation #16

@egpbos

Description

@egpbos

In the linked_list_at branch, I added a vector to the linked list that keeps track of the pointers in the list, so that ::At can be a lot faster. It seems like ::At is in fact used quite a lot in things like HistFactory. In one of the workspaces from @vincecr0ft, I measured a speed-up of a factor 1.6.

We should test this further on different types of workspaces to make sure it does not cause performance regressions. If it does, we could decide whether to keep it in, but with an (de)activation switch or whether to discard it completely.

If we keep it in, we should release it to upstream (other issue).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions