cityhash
Haskell binding to google cityhash (by thoughtpolice)
hs-zstd
Bindings to the Zstandard library to make it usable from the Haskell programming language. (by luispedro)
cityhash | hs-zstd | |
---|---|---|
- | 1 | |
6 | 6 | |
- | - | |
0.0 | 3.5 | |
over 12 years ago | 8 months ago | |
C++ | Haskell | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cityhash
Posts with mentions or reviews of cityhash.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning cityhash yet.
Tracking mentions began in Dec 2020.
hs-zstd
Posts with mentions or reviews of hs-zstd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-26.
-
Using C libraries in Haskell with Cabal
It kinda depends on how easy it is to build the C library, but assuming you can basically just list the files to point the C compiler at, yeah, it's not that hard to just include the C library in your project itself. The zstd library on Hackage does this (source on Github).
What are some alternatives?
When comparing cityhash and hs-zstd you can also consider the following projects:
postgresql-binary - Encoders and decoders for the PostgreSQL's binary format
lz4 - Haskell bindings to lz4
SHA - Haskell implementation of SHA / SHA2 hash functions
zlib - Compression and decompression in the gzip and zlib formats
url-decoders - Decoders for URL-encoding (aka Percent-encoding)
zip-conduit - Working with zip archives via conduits.
JuicyPixels - Haskell library to load & save pictures
zip - Efficient library for manipulating zip archives
snappy - Fast Haskell bindings to Google's Snappy compression library
raaz - Cryptographic library for Haskell
base91 - A Base91 Encoder & Decoder for Haskell