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 bytesvideo_title.txt.tgz: 10,318,163 input lines, 187,281,061 bytes compressedSHA256SUMS: 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 SHA256SUMSOn the legacy master branch, make fetch-data downloads and verifies both
archives automatically.