Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 12-May-2024 | 423 | 13 | 9 | |
rust-library.rs | D | 12-May-2024 | 1.6 MiB | 52,096 | 30,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