Skip to content

ACDAT 2018 Benchmark Dataset

Latest

Choose a tag to compare

@Vonng Vonng released this 24 Aug 07:47

Optional data files for the original 2018 Go benchmark on the legacy
master branch. They are published here so normal Git clones contain source
code only.

Assets

  • dict.txt.tgz: 1,114 dictionary entries, 10,554 bytes
  • video_title.txt.tgz: 10,318,163 input lines, 187,281,061 bytes compressed
  • SHA256SUMS: checksums for both archives

The large corpus was reconstructed byte-for-byte from the former data/xaa
through data/xad Git blobs. Every source blob, both gzip streams, and both tar
archives were verified before upload.

Download

curl -fLO https://github.com/Vonng/ac/releases/download/benchmark-data-2018/dict.txt.tgz
curl -fLO https://github.com/Vonng/ac/releases/download/benchmark-data-2018/video_title.txt.tgz
curl -fLO https://github.com/Vonng/ac/releases/download/benchmark-data-2018/SHA256SUMS
shasum -a 256 -c SHA256SUMS

On the legacy master branch, make fetch-data downloads and verifies both
archives automatically.