pub type SparseScoreMat<T> = HashMap<(T, T), f32>;
pub struct SparseScoreMat<T> { /* private fields */ }