• Home
Name Date Size #Lines LOC

..--

README.mdD12-May-2024423 139

rust-library.rsD12-May-20241.6 MiB52,09630,933

README.md

1This data contains corpora generated from source code. These sorts of corpora
2are important because code is something that is frequently searched.
3
4This corpus was generated by running
5
6```
7$ find ./library/alloc -name '*.rs' -print0 \
8    | xargs -0 cat > .../memchr/bench/data/code/rust-library.rs
9```
10
11in a checkout of the https://github.com/rust-lang/rust repository at commit
1278c963945aa35a76703bf62e024af2d85b2796e2.
13