For large groups, the index takes a while to load.
Fix it by using "server side processing" for the datatables, which anyway just stores the entire index in memory and gives it what it needs. The most interesting part may be:
Split index into multiple files (but may not be necessary)
Efficient sorting/filtering (may require index files?) (Moved to its own issue, #12)
For large groups, the index takes a while to load.
Fix it by using "server side processing" for the datatables, which anyway just stores the entire index in memory and gives it what it needs. The most interesting part may be: