lsm-tree-0.1.0.0: Log-structured merge-trees
Safe HaskellSafe-Inferred
LanguageGHC2021

Database.LSMTree.Extras

Synopsis

Documentation

groupsOfN :: Int -> [a] -> [NonEmpty a] Source #

Make groups of n elements from a list xs

vgroupsOfN :: Int -> Vector a -> Vector (Vector a) Source #

Make groups of n elements from a vector xs