Skip to content

Releases: fardinsabid/aleam

Aleam v1.0.3

06 Apr 21:08

Choose a tag to compare

Aleam v1.0.3 - C++ Migration

Added

  • Complete C++ core implementation
  • 6.1x faster CPU performance (1.65M ops/sec)
  • GPU acceleration (100M ops/sec via CUDA)
  • 15+ statistical distributions
  • AI/ML features (GradientNoise, LatentSampler, AIRandom)
  • Framework integrations (PyTorch, TensorFlow, JAX, CuPy, Pandas)

Fixed

  • Thread safety issues
  • Memory leaks in distribution sampling
  • Platform entropy sources for Linux, Windows, macOS

Performance

  • Batch generation: 1024 values per cache refill
  • Reduced system call overhead
  • Optimized BLAKE2s implementation