Skip to main content

Module processor

Module processor 

Source
Expand description

Processing engines Processing engines for DSON operations

This module provides various processor implementations:

Re-exports§

pub use black_box::BlackBoxProcessor;
pub use black_box::JsonPathContext;
pub use black_box::ProcessingMode;
pub use black_box::SchemaFilter;
pub use simd_dson::ImplementationComparison;
pub use simd_dson::SimdDelta;
pub use simd_dson::SimdDsonProcessor;
pub use simd_dson::compare_implementations;
pub use streaming::StreamingProcessor;
pub use tape_ops::TapeDsonProcessor;

Modules§

black_box
Black box processor for DSON operations
simd_dson
DSON Trait Implementations for SIMD-DSON
streaming
Streaming data pipeline processing for large datasets
tape_ops
Tape-DSON Operational Processor