How to Reduce Processing Time
- Schedule Updates and Recalculations Ahead of Time
- Case Study: Optimizing a Filter Calculation
- Use Displayr's Native R Interpreter
- Optimize the Dependency Graph
- Minimize the Size and Distance of Data Being Moved
- Reduce the Size of Variable Sets Used to Create Tables
- Remove Column Comparisons from Tables
- Store Pre-Computed Results in the Displayr Cloud Drive
- Learn To Write Computationally-Efficient R Code
- Custom Parallel Computation of Long-Running Calculations
- Make your Browser Faster