slop-alloc 6.0.0-rc.1

Memory allocation backend abstraction for SLOP
Documentation

slop-alloc

Memory allocation backend abstraction for SLOP.

Provides the Backend trait that abstracts over different memory allocation strategies. This enables SLOP's data structures to work with both CPU and GPU memory backends, supporting hardware acceleration.

Features

  • Backend trait for generic memory allocation
  • Foundation for CPU/GPU portable data structures, such as Tensors and Buffers.

Part of SLOP, the Succinct Library of Polynomials.