Popularity
4.6
Declining
Activity
1.9
Declining
3
4
1
Monthly Downloads: 5
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.
-
lens
Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens -
semantic-source
Parsing, analyzing, and comparing source code across many languages -
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. -
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 -
unordered-containers
Efficient hashing-based container types -
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. -
reflection
Reifies arbitrary Haskell terms into types that can be reflected back into terms -
dependent-map
Dependently-typed finite maps (partial dependent products) -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
orgmode-parse
Attoparsec parser combinators for parsing org-mode structured text! -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text. -
uuid-types
A Haskell library for creating, printing and parsing UUIDs -
scientific
Arbitrary-precision floating-point numbers represented using scientific notation
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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