alexpovel / b4s

Perform binary search on a single, delimited string slice of sorted but unevenly sized substrings.
https://docs.rs/b4s/
MIT License
5 stars 0 forks source link

Investigate huge size on crates.io #13

Closed alexpovel closed 1 year ago

alexpovel commented 1 year ago

crates.io reports a package size of 4.54MB:

image

which strongly suggests the benchmark test file:

https://github.com/alexpovel/b4s/blob/775d7bcc3b433c4f60f4d946f9ea4e02fc4bedd4/benches/de-short.txt

shipped to crates.io (it's the only large file in the repo), which is quite wrong!