Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: speedup flag filtering in GraphQL API (#223)
Speed up filtering by flags in GraphQL endpoints by rewriting the search function to be able to compute faster on average. Change it to exit each of the nested for loops quicker by not going through the entire iterator.
- Loading branch information