Solver Performance Improvements in v1.1
· One min read
We've significantly improved the solver performance in Plansoar v1.1.
What Changed
The scheduling solver now runs up to 3x faster for large datasets.
Technical Details
- Implemented parallel constraint processing
- Optimized memory allocation
- Added intelligent pruning algorithms
- Improved solution quality scoring
Benchmarks
| Dataset Size | v1.0 Time | v1.1 Time | Improvement |
|---|---|---|---|
| 50 courses | 12s | 4s | 3x |
| 200 courses | 45s | 15s | 3x |
| 500 courses | 180s | 60s | 3x |
How to Upgrade
Update to v1.1 by following our upgrade guide.
Try It Out
Run the solver with your own data and see the improvement:
npm run solver:benchmark
