https://github.com/sof3/dstvec
Compact contiguous storage for dynamic dispatch types.
https://github.com/sof3/dstvec
Last synced: over 1 year ago
JSON representation
Compact contiguous storage for dynamic dispatch types.
- Host: GitHub
- URL: https://github.com/sof3/dstvec
- Owner: SOF3
- License: apache-2.0
- Created: 2023-09-05T16:15:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T06:57:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T10:41:18.924Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dstvec
[](https://github.com/SOF3/dstvec/actions?query=workflow%3ACI)
[](https://crates.io/crates/dstvec)
[](https://crates.io/crates/dstvec)
[](https://docs.rs/dstvec)
[](https://github.com/SOF3/dstvec)
[](https://github.com/SOF3/dstvec)
Compact contiguous storage for dynamic dispatch types.
`DstVec` works like `Vec>`, with more compact memory but potentially slower access.
This is just a proof of concept. Not recommended for production unless justified by benchmarks.
USE WITH CAUTION :warning: