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
Backendtrait for generic memory allocation- Foundation for CPU/GPU portable data structures, such as
Tensors andBuffers.
Part of SLOP, the Succinct Library of Polynomials.