69 skills found · Page 1 of 3
haskell / AttoparsecA fast Haskell library for parsing ByteStrings
haskell / BytestringAn efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
AndrasKovacs / FlatparseFast parsing from bytestrings
haskell / BinaryEfficient, pure binary serialisation using ByteStrings in Haskell.
Bodigrim / Linear BuilderStrict Text and ByteString builder, which hides mutable buffer behind linear types and takes amortized linear time.
nikita-volkov / JsonifierFast and simple JSON encoding toolkit
mitsuhiko / Unicode NaziAnnoying helper module that finds unicode/bytestring comparisions
fumieval / Masonfleet-footed ByteString builder
haskell / Base64 BytestringFast base64 encoding and decoding for Haskell.
Yuras / ScannerFast non-backtracking incremental combinator parsing for bytestrings
Soostone / Uri BytestringHaskell URI parsing as ByteStrings
sasdf / FirstbloodWrite exploit faster with up-to-date python 3
jwiegley / Bytestring FiatAn implementation of the Haskell ByteString library using the Fiat system from MIT
haskell / Base16 BytestringFast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.
haskell-perf / Strict Bytestring BuildersA benchmark comparing different ways of building a strict bytestring in Haskell
agrafix / SuperbufferHaskell: Efficiently build a bytestring from smaller chunks
takano-akio / Fast BuilderFast ByteString Builder
michaelt / Streaming Bytestringeffectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
wrengr / Bytestring TrieAn efficient finite map from (byte)strings to values.
meiersi / Blaze BuilderEfficient serialization of Haskell values to lazy bytestrings with a large average chunk size.