Expand description
Zero-copy operations and performance optimizations
This module provides advanced performance optimizations including zero-copy operations, memory-efficient data structures, and SIMD-accelerated processing for RDF data manipulation.
Modules§
- simd
- SIMD-accelerated string operations for RDF processing
Structs§
- Batch
Processor - Lock-free queue for batch processing operations
- Batch
Stats - Batch processing statistics
- Graph
Stats - Statistics for the optimized graph
- Lock
Free Graph - Lock-free graph operations using epoch-based memory management
- Optimized
Graph - High-performance graph with multiple indexing strategies
- RdfArena
- Arena-based memory allocator for RDF terms
- Simd
Json Processor - SIMD JSON processor for fast JSON parsing
- Triple
Ref - Zero-copy triple reference for efficient operations
- Zero
Copy Buffer - Zero-copy buffer for efficient data manipulation
Enums§
- Batch
Operation - Batch operation types
- TermRef
- Zero-copy RDF term reference that avoids allocations
Traits§
- Term
Interner Ext - Extension trait for TermInterner to create RDF terms
Type Aliases§
- Term
Interner - Type alias for string interner used throughout optimization module