simd-r-drive-entry-handle

Crates.iosimd-r-drive-entry-handle
lib.rssimd-r-drive-entry-handle
version0.15.0-alpha
created_at2025-09-02 22:45:07.247242+00
updated_at2025-09-25 20:06:09.502002+00
descriptionStandalone mmap-friendly entry handles for SIMD R Drive
homepage
repositoryhttps://github.com/jzombie/rust-simd-r-drive
max_upload_size
id1821745
size61,277
Jeremy Harris (jzombie)

documentation

README

SIMD R Drive - Portable Entry Types

Standalone, storage agnostic*, mmap-friendly definitions of EntryHandle and EntryMetadata compatible with SIMD R Drive.

Use these types from other storage backends (e.g., in-memory stores, object storage, custom files) that need to read/write the same binary layout—without depending on the full SIMD R Drive crate or even a local filesystem. They support zero-copy via mmap when available, but don’t require it.

  • Note: This crate has not been tested in WASM and is likely not yet compatible.

License

Licensed under the Apache-2.0 License.

Commit count: 71

cargo fmt