Memory Test - Memory Validation Example

This example validates memory operations and allocation patterns in Aprender.

Run command:

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: