liquid-cache 0.1.12

10x lower latency for cloud-native DataFusion
Documentation
1
2
3
4
5
6
#[cfg(all(feature = "shuttle", test))]
#[allow(unused_imports)]
pub use shuttle::{sync::*, thread};
#[cfg(not(all(feature = "shuttle", test)))]
#[allow(unused_imports)]
pub use std::{sync::*, thread};