J-cube May 2026

J-cube May 2026

| Operation | Time (ms) | Memory (MB) | |------------------|-----------|-------------| | Load facts | 680 | 145 | | Slice (equality) | 12 | – | | Dice (3 filters) | 54 | – | | Roll‑up (2 levels)| 210 | 78 (cache) | | Full cube export | 340 | – |

// Insert facts cube.loadFact(new Fact() .dim("Time.Year", 2025) .dim("Product.Category", "Electronics") .measure("sales", 1200.0) .measure("units", 5)); j-cube

"dimensions": ["Time", "Product"], "data": [ "Time.Year": 2025, "Product.Category": "Electronics", "sales": 1200.0, "units": 5 ] | Operation | Time (ms) | Memory (MB)

Example code and binary releases at https://github.com/example/j-cube (hypothetical). "data": [ "Time.Year": 2025