MaksPilot Comparison Modes
MaksPilot offers two data processing modes for file comparison.
| Features | Standard Mode | DuckDB WASM |
|---|---|---|
| Data Loading | Data is NOT uploaded to server. Comparison happens in browser RAM | Data is NOT uploaded to server. Comparison happens in DuckDB WASM virtual database stored in browser RAM |
| Technology | JavaScript + Web Workers | DuckDB WASM |
| Maximum File Size | up to 15,000 rows and 30 columns | more than 15,000 rows and 30 columns |
| Comparison Speed 9,000 rows and 14 columns | 68 seconds | 2 seconds |
| Comparison Speed 42,000 rows and 14 columns | Not supported | 3 seconds |
| Processing Speed | Fast for small files | Very fast for large files |
| Memory Consumption | Moderate | Optimized |
| Format Support | Excel (.xlsx, .xls), CSV | Excel (.xlsx, .xls), CSV |
| Key Selection for Comparison | Yes, cached by filename | Yes, cached by filename |
| Export Results to Excel | Yes, with coloring | Yes, with coloring |
| Browser Compatibility | All modern browsers | Modern browsers with WASM |
| Status | Available | In development |
| Compare | REQUEST ACCESS |