.gitattributes
author Raphaël Gomès <rgomes@octobus.net>
Wed, 29 Nov 2023 15:58:24 -0500
changeset 51260 c4f1a790bda8
parent 50391 9fa3cda7449e
permissions -rw-r--r--
rust-index: use a `BitVec` instead of plain `Vec` for heads computation The `Vec` method uses one byte per revision, this uses 1 per 8 revisions, which improves our memory footprint. For large graphs (10+ millions), this can make a measurable difference server-side. I have seen no measurable impact on execution speed.

# So GitLab doesn't think we're using tons of Perl
*.t -linguist-detectable