Skip to content

MaciejWas/fastcdc-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastCDC-C

Haskell bindings for sleepybishop's FastCDC implementation in C.

Usage

import FastCDC (chunkGenerator, ChunkSizeParams(..))

chunkGenerator 
        (ChunkSizeParams
          { minSize = 20000,
            avgSize = 50000,
            maxSize = 80000
          })
        filename
        (\start size -> undefined) -- Do something with the result

If you fancy parallel programming, there is also chunkGeneratorAsync which returns a Chan.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published