slop-alloc 6.0.0-rc.1

Memory allocation backend abstraction for SLOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 `Tensor`s and `Buffer`s.

---

Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.