Skip to content

matthunz/sparse-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparse-set

License Package CI status

Efficient sparse-set data structures for Haskell

import qualified Data.SparseSet as S

main :: IO ()
main = print $ S.intersection as bs
  where
    as = S.insert (10 :: Int) "B" $ S.insert 0 "A" S.empty
    bs = S.insert (10 :: Int) "B" S.empty

About

Efficient sparse-set data structures for Haskell

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors