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: 727.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • ozgrakkurt/arrs-buffer
    1 0 0
  • 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.