Module utils

Source
Expand description

Utility modules for the chess engine

This module contains various utility functions and data structures that are used throughout the chess engine.

Re-exports§

pub use memory_pool::FixedSizeMemoryPool;
pub use cache::*;
pub use lazy::*;
pub use lazy_motifs::*;
pub use mmap_loader::*;
pub use object_pool::*;
pub use parallel::*;
pub use profiler::*;
pub use simd::*;

Modules§

cache
lazy
lazy_motifs
Lazy loading system for strategic motifs
memory_pool
mmap_loader
object_pool
parallel
profiler
simd