arrs-buffer 0.0.2

Zero-copy cache-aligned buffer implementation
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 28.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.9 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ozgrakkurt

This crate implements a buffer interface for allocating memory and a buffer_ref interface for using shared zero copy slices of that memory.

These interfaces are designed to be used in high performance applications where cacheline alignment, SIMD instructions and zero-copy is important.