Popularity
4.7
Declining
Activity
0.0
Declining
4
4
1
Monthly Downloads: 8
Programming language: Haskell
License: MIT License
Tags:
Data
Latest version: v0.1.0.0
url-bytes alternatives and similar packages
Based on the "Data" category.
Alternatively, view url-bytes alternatives based on common mentions on social networks and blogs.
-
semantic-source
Parsing, analyzing, and comparing source code across many languages -
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
code-builder
Packages for defining APIs, running them, generating client code and documentation. -
text
Haskell library for space- and time-efficient operations over Unicode text. -
cassava
A CSV parsing and encoding library optimized for ease of use and high performance -
unordered-containers
Efficient hashing-based container types -
compendium-client
Mu (μ) is a purely functional framework for building micro services. -
holmes
A reference library for constraint-solving with propagators and CDCL. -
binary
Efficient, pure binary serialisation using ByteStrings in Haskell. -
resource-pool
A high-performance striped resource pooling implementation for Haskell -
primitive
This package provides various primitive memory-related operations. -
discrimination
Fast linear time sorting and discrimination for a large class of data types -
audiovisual
Extensible records, variants, structs, effects, tangles -
IORefCAS
A collection of different packages for CAS based data structures. -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
dependent-map
Dependently-typed finite maps (partial dependent products) -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
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 -
uuid-types
A Haskell library for creating, printing and parsing UUIDs
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of url-bytes or a related project?
README
url-bytes
memory efficient URL type / parsing for byteverse
Benchmarks:
benchmarked url-bytes 1,000
time 178.3 μs (177.6 μs .. 179.3 μs)
1.000 R² (1.000 R² .. 1.000 R²)
mean 178.7 μs (178.2 μs .. 179.2 μs)
std dev 1.560 μs (1.361 μs .. 1.842 μs)
benchmarked uri-bytestring strict 1,000
time 1.747 ms (1.730 ms .. 1.769 ms)
0.999 R² (0.999 R² .. 1.000 R²)
mean 1.758 ms (1.749 ms .. 1.768 ms)
std dev 31.46 μs (25.94 μs .. 42.44 μs)
benchmarked uri-bytestring lax 1,000
time 1.750 ms (1.739 ms .. 1.761 ms)
1.000 R² (0.999 R² .. 1.000 R²)
mean 1.767 ms (1.760 ms .. 1.783 ms)
std dev 34.82 μs (19.21 μs .. 62.27 μs)
Memory usage:
Case Allocated GCs
url-bytes 1,000 [Maybe Url] 200,000 0
uri-bytestring 1,000 [Maybe URI] 6,771,360 6