| Crates.io | vortex-buffer |
| lib.rs | vortex-buffer |
| version | 0.53.0 |
| created_at | 2024-05-20 14:33:07.578366+00 |
| updated_at | 2025-09-24 14:42:48.527139+00 |
| description | A byte buffer implementation for Vortex |
| homepage | https://github.com/spiraldb/vortex |
| repository | https://github.com/spiraldb/vortex |
| max_upload_size | |
| id | 1245779 |
| size | 109,638 |
For now, a Vortex buffer is implemented as a very thin wrapper around the Tokio bytes crate. In the future, we may re-implement this ourselves to have more control over alignment (see https://github.com/tokio-rs/bytes/issues/437)