lisawray/groupie

Profile counting requests and possibly add caching / lookup structure

Open

#91 opened on May 29, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (295 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (3,627 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Groupie makes a lot of requests to methods like getIndex(Item) which internally iterate through all the children of a group. In practice, this is rarely problematic, but it could become an issue with very deeply nested groups and items at the end of extremely long lists.

Contributor guide