-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
In relation to PR #20, HasTags has ended up being one of the heaviest function calls in resolv. In terms of optimizing this, would it be possible to introduce using either:
- A tag field like
TagIDswith correspondingHasTagIDsand related funcs - Use generics to allow overriding the tag type
- Some other smarter idea
I have no problems implementing either one myself. Generics would be more performant, but would introduce some complexity and potential API changes (might be able to "wrap" the second problem, but not certain yet).
Metadata
Metadata
Assignees
Labels
No labels