This website requires JavaScript.
Explore
Help
Sign In
openharmony
/
third_party_rust_rust-smallvec
Watch
1
Star
0
Fork
0
You've already forked third_party_rust_rust-smallvec
mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced
2026-07-24 23:25:32 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
138
Commits
23
Branches
3
Tags
4151964cc8a43c11efaa880d71ffe48ba610e2ed
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Matt Brubeck
4151964cc8
Simplify unsafe pointer code in SmallVec::pop
2017-09-19 16:10:09 -07:00
benches
Add a benchmark for from_slice
2017-03-14 12:10:18 -07:00
.gitignore
Import from
https://github.com/servo/rust-selectors/blob/e8dd4cfe4d6a40363ca5df468b29121fe25a7956/src/smallvec.rs
2015-04-05 23:48:41 +02:00
.travis.yml
Make travis test with all features enabled
2017-08-08 16:19:26 -06:00
Cargo.toml
Publish new version
2017-08-21 13:52:04 -06:00
lib.rs
Simplify unsafe pointer code in SmallVec::pop
2017-09-19 16:10:09 -07:00
README.md
Point to docs.rs for documentation
2017-06-28 11:10:10 -07:00
README.md
rust-smallvec
Documentation
"Small vector" optimization for Rust: store up to a small number of items on the stack
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
对于小的vector,存储在栈上以优化性能表现
Readme
1.1
MiB
Languages
Rust
98.8%
Shell
1.2%