Popularity
5.5
Growing
Activity
0.0
Stable
3
4
5
Monthly Downloads: 3
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.1.0
wire-streams alternatives and similar packages
Based on the "Data" category.
Alternatively, view wire-streams alternatives based on common mentions on social networks and blogs.
-
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
semantic-source
Parsing, analyzing, and comparing source code across many languages -
text
Haskell library for space- and time-efficient operations over Unicode text. -
code-builder
Packages for defining APIs, running them, generating client code and documentation. -
unordered-containers
Efficient hashing-based container types -
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
holmes
A reference library for constraint-solving with propagators and CDCL. -
binary
Efficient, pure binary serialisation using ByteStrings in Haskell. -
primitive
This package provides various primitive memory-related operations. -
resource-pool
A high-performance striped resource pooling implementation for Haskell -
json-autotype
Automatic Haskell type inference from JSON input -
dependent-map
Dependently-typed finite maps (partial dependent products) -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
audiovisual
Extensible records, variants, structs, effects, tangles -
discrimination
Fast linear time sorting and discrimination for a large class of data types -
IORefCAS
A collection of different packages for CAS based data structures. -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
safecopy
An extension to Data.Serialize with built-in version control -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
protobuf
An implementation of Google's Protocol Buffers in Haskell. -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
uuid-types
A Haskell library for creating, printing and parsing UUIDs -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text. -
scientific
Arbitrary-precision floating-point numbers represented using scientific notation
Collect and Analyze Billions of Data Points in Real Time
Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Promo
www.influxdata.com
Do you think we are missing an alternative of wire-streams or a related project?
README
wire-streams
Serialize/deserialize ByteString
streams from io-streams using binary package.
From v0.1 cereal is removed because a binary performance problem is taken care of by binary-parsers package, now binary is much faster and more featureful.
Benchmark
benchmarking decode one element wire-streams/cereal/1000 items
time 127.6 ns (126.4 ns .. 129.2 ns)
0.999 R² (0.998 R² .. 0.999 R²)
mean 128.1 ns (126.6 ns .. 130.1 ns)
std dev 6.019 ns (4.441 ns .. 9.245 ns)
variance introduced by outliers: 67% (severely inflated)
benchmarking decode one element wire-streams/binary/1000 items
time 90.49 ns (89.77 ns .. 91.11 ns)
0.999 R² (0.999 R² .. 0.999 R²)
mean 90.42 ns (89.44 ns .. 91.41 ns)
std dev 3.371 ns (2.711 ns .. 4.433 ns)
variance introduced by outliers: 57% (severely inflated)
benchmarking decode one element cereal-conduit/1000 items
time 345.2 ns (325.0 ns .. 382.3 ns)
0.953 R² (0.896 R² .. 0.999 R²)
mean 338.6 ns (329.5 ns .. 379.4 ns)
std dev 52.15 ns (14.85 ns .. 114.3 ns)
variance introduced by outliers: 95% (severely inflated)
benchmarking decode 1000 elements from wire-streams/cereal/1000 items
time 97.24 μs (95.95 μs .. 98.57 μs)
0.999 R² (0.998 R² .. 0.999 R²)
mean 97.75 μs (96.78 μs .. 98.68 μs)
std dev 3.170 μs (2.640 μs .. 3.906 μs)
variance introduced by outliers: 31% (moderately inflated)
benchmarking decode 1000 elements from wire-streams/binary/1000 items
time 65.24 μs (64.69 μs .. 65.94 μs)
0.999 R² (0.998 R² .. 0.999 R²)
mean 66.09 μs (65.35 μs .. 67.62 μs)
std dev 3.601 μs (2.014 μs .. 6.391 μs)
variance introduced by outliers: 58% (severely inflated)
benchmarking decode 1000 elements cereal-conduit/1000 items
time 198.4 μs (195.4 μs .. 201.3 μs)
0.998 R² (0.997 R² .. 0.999 R²)
mean 200.4 μs (197.9 μs .. 203.7 μs)
std dev 9.718 μs (7.707 μs .. 12.77 μs)
variance introduced by outliers: 47% (moderately inflated)