lu-chengass commited on
Commit
ebd9c38
·
verified ·
1 Parent(s): b54a509

Upload bts_flight/v0.2/summary.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. bts_flight/v0.2/summary.md +46 -0
bts_flight/v0.2/summary.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # BTS flight Parquet → Acta benchmark
2
+
3
+ > Generated by examples/parquet_to_acta.rs; recorded 2026-08-11.
4
+
5
+ ## Dataset
6
+
7
+ | Property | Value |
8
+ | --- | ---: |
9
+ | Source | U.S. BTS Reporting Carrier On-Time Performance |
10
+ | Rows | 15,750,000 |
11
+ | Columns | 51 |
12
+ | Parquet row groups | 173 |
13
+ | Parquet bytes | 381,644,436 |
14
+ | Parquet SHA-256 | 33c7d1fd28faa95d002e05ebf778e6345c4eb1c9d39416224ee08967bad23f27 |
15
+
16
+ ## Conversion
17
+
18
+ | Metric | Result |
19
+ | --- | ---: |
20
+ | Acta bytes | 325,340,952 |
21
+ | Acta SHA-256 | ee5c07e11197665895065d3b998f30d2a3984bd6920e9121d04db67e55821d29 |
22
+ | Acta blocks | 241 |
23
+ | Parquet batches | 241 |
24
+ | Acta / Parquet size ratio | 0.852× |
25
+ | Size change | 14.753% smaller |
26
+ | Elapsed time | 129.824 s |
27
+ | Input throughput | 2.80 MiB/s |
28
+ | Row throughput | 121,318 rows/s |
29
+
30
+ The run used release mode, 65,536-row Parquet batches, 65,536-row Acta row
31
+ blocks, adaptive encoding, and Zstandard level 6. The timer includes decode,
32
+ type-checked conversion, compression, writing, and finish; it excludes
33
+ compilation, dataset download, and the initial Parquet metadata/schema mapping.
34
+
35
+ ## Validation
36
+
37
+ Full Acta validation decoded all 241 data blocks:
38
+
39
+ ~~~text
40
+ format=(0, 2), frames=242, rows=15750000, incomplete_tail=false
41
+ ~~~
42
+
43
+ This is one local Apple Silicon run with Rust 1.93.0 / Cargo 1.93.0 on
44
+ aarch64-apple-darwin and 8 logical CPUs. Re-run the commands in the adjacent
45
+ [benchmark README](../README.md) to reproduce the dataset, output checksum,
46
+ and measurement.