aprender 0.29.3

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Memory Test - Memory Validation Example

This example validates memory operations and allocation patterns in Aprender.

**Run command:**
```bash
cargo run --example mem_test --release
```

**Topics covered:**
- Tensor memory allocation
- Memory-mapped file handling
- MMAP vs standard allocation comparison
- Memory pressure testing

**See also:**
- [Memory Test Full]./mem-test-full.md
- [Examples Reference]./examples-reference.md