You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,6 +211,54 @@ pyucis convert --input-format xml --output-format lcov --strict input.xml -o out
210
211
pyucis convert --input-format xml --output-format cocotb-yaml --warn-summary input.xml -o out.yml
211
212
```
212
213
214
+
## NCDB — Native Coverage Database Format
215
+
216
+
NCDB (`.cdb`) is a compact binary format for UCIS coverage data, implemented as a ZIP archive. It achieves **~60–73× size reduction** over SQLite by using schema-aware V2 encoding: LEB128 varints, toggle-pair compression, presence bitfields, and type-level defaults.
0 commit comments