Commit Graph

5 Commits

Author SHA1 Message Date
Ian Bassi
b2c5344fd2 Reduce size by Json Fromatting (#13163)
Reduce the size of current and new JSONs by standardising them with 1 tab indentation instead of 4 spaces.
This effectively reduces the size by almost 20 MB.

| Current | New |
|---|---|
| 85.2 Mib | 67 Mib |

Used [JQ](https://jqlang.org/) `--tab` to automatically format every current JSON.

> [!NOTE]
> Some profiles had the arrays on the same line, but those created by Orca were in the standard format (each object below the previous one). In some cases, this increases the number of tabs due to the new lines, but the increase is negligible, and this way both the base profiles and those created by Orca maintain the same style.
2026-04-15 22:58:12 +08:00
Noisyfox
e7d01a4acd Sync with latest bbl profiles 2025-10-09 20:37:31 +08:00
qian.wang
b381f2e446 ENH:[filament/process] format bbl process file
Change-Id: I1bf9983e4ed046c5f1b4b8b18c8f756dac8709bc
(cherry picked from commit 0317857fd5d9ddf0c71b53c68308415a0a06c891)
2025-09-28 13:06:35 +08:00
Noisyfox
cb09f1604d ENH: add profiles for H2D 2025-09-05 17:37:14 +08:00
Noisyfox
d34431f6b7 Rename fdm_process_bbl_ to fdm_process_single_ 2025-05-27 10:32:03 +08:00