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
TagIDs
with correspondingHasTagIDs
and 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