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