Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 1.23 KB

TODO.org

File metadata and controls

30 lines (30 loc) · 1.23 KB

Experimental Evaluation

All times below are on an Apple M1 with 16 GB RAM

Time for examples to chunk last_day.mov with 1mb chunks (552 MB)

use time cargo run --release ..., 7 times, drop low/high average remaining 5

chunkeravg time
v20160.524
v20200.456

Time for examples to chunk kwok_anniversary.mov with 1mb chunks (1.9 GB)

use time cargo run --release ..., 7 times, drop low/high average remaining 5

chunkeravg time
v20161.250
v20201.035

Time for examples to chunk hgg_graduation.mov with 1mb chunks (5.9 GB)

use time cargo run --release ..., 7 times, drop low/high average remaining 5

chunkeravg time
v20163.497
v20202.791

Time for examples to chunk MSEdge-Win10.ova with 4mb chunks (7.x GB)

use time cargo run --release ..., 7 times, drop low/high, average remaining 5

note that the non-streaming examples use memmap2 to read from the file as a slice

chunkeravg time
v20203.437
ronomon4.085
v20164.266
stream20205.847
stream20166.659