https://github.com/servo/rust-smallvec

Last synced: 1 day ago

Repository metadata:

"Small vector" optimization for Rust: store up to a small number of items on the stack


Owner metadata:


Committers metadata

Last synced: 2 days ago

Total Commits: 312
Total Committers: 89
Avg Commits per committer: 3.506
Development Distribution Score (DDS): 0.689

Commits in past year: 27
Committers in past year: 14
Avg Commits per committer in past year: 1.929
Development Distribution Score (DDS) in past year: 0.667

Name Email Commits
Matt Brubeck m****k@l****t 97
Simon Sapin s****n@e****g 23
Nipunn Koorapati n****3@g****m 15
Markus m****1@g****m 11
Jef j****m@g****m 7
Andre Bogus b****e@g****m 6
Bruce Mitchener b****r@g****m 6
Jacob Kiesel k****e@g****m 6
Ben Kimock k****b@g****m 5
Caio c****r@g****m 5
Ralf Jung p****t@r****e 5
arthurprs a****s@g****m 5
sarah el kazdadi s****i@z****i 5
Emilio Cobos Álvarez e****o@c****o 4
Corey Farwell c****f@r****g 4
Josh Matthews j****h@j****t 3
Eric Huss e****c@h****g 3
Atul Bhosale a****e@g****m 3
Konrad Borowski k****d@b****w 3
L0uisc l****3@g****m 3
Nicholas Nethercote n****e@m****m 3
Sergio Benitez sb@s****z 3
Tim Robinson t****n@g****m 3
nsan1129 n****9@g****m 3
bluss b****s 3
matzemathics 6****s 3
Pierre Krieger p****8@g****m 2
Anthony Ramine n****e@g****m 2
Dan Kaplun d****n@g****m 2
Jan Andre Ikenmeyer j****n@i****u 2
and 59 more...

Issue and Pull Request metadata

Last synced: 1 day ago


Package metadata

cargo: smallvec

'Small vector' optimization: store up to a small number of items on the stack

cargo: smallvec-stableunion

Fork of the crate smallvec. Uses unions in stable rust. Please note that it can only store Copy types. No functional differences apart from that.

  • Homepage:
  • Documentation: https://docs.rs/smallvec-stableunion/
  • Licenses: MIT/Apache-2.0
  • Latest release: 0.6.10 (published about 5 years ago)
  • Last Synced: 2024-11-10T20:32:11.978Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 2,296 Total
  • Rankings:
    • Stargazers count: 5.213%
    • Forks count: 5.341%
    • Dependent packages count: 16.956%
    • Average: 19.355%
    • Dependent repos count: 29.318%
    • Downloads: 39.948%
  • Maintainers (1)

Dependencies

Cargo.toml cargo
  • arbitrary 1
  • serde 1
fuzz/Cargo.toml cargo
  • afl 0.4
  • honggfuzz 0.5.47
.github/workflows/main.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite