-
tasty-bench Public
Featherlight benchmark framework, drop-in replacement for criterion and gauge.
-
linear-builder Public
Strict Text and ByteString builder, which hides mutable buffer behind linear types and takes amortized linear time.
-
arithmoi Public
Number theory: primes, arithmetic functions, modular computations, special sequences
-
mod Public
Modular arithmetic, promoting moduli to the type level
-
-
hackage-revdeps Public
Command-line tool to list Hackage reverse dependencies
-
infinite-list Public
Infinite lists aka streams
-
poly Public
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)
-
guardian Public
Forked from deepflowinc-oss/guardianguardian - the border guardian for your Haskell monorepo package dependencies
Haskell Other UpdatedSep 1, 2025 -
hackage-cli Public
Forked from hackage-trustees/hackage-cliCLI tool for Hackage
Haskell GNU General Public License v3.0 UpdatedAug 31, 2025 -
integer-roots Public
Integer roots and perfect powers of arbitrary precision
-
bitvec Public
Bit vectors: 8x less memory, up to 3500x faster than Vector Bool
-
AVL Public
Forked from fedelebron/AVLCompile-time balanced AVL tree in Haskell
Haskell BSD 3-Clause "New" or "Revised" License UpdatedAug 20, 2025 -
quote-quot Public
Divide without division
-
ansi-terminal Public
Forked from UnkindPartition/ansi-terminalANSI terminal support for Haskell, with Windows compatibility
-
stackage Public
Forked from commercialhaskell/stackageStable Haskell package sets: vetted consistent packages from Hackage
Dockerfile MIT License UpdatedJul 30, 2025 -
smallcheck Public
Test your Haskell code by exhaustively checking its properties
-
cabal-add Public
Extend Cabal build-depends from the command line
-
data-array-byte Public
Compatibility layer for Data.Array.Byte from base
-
chimera Public
Lazy infinite compact streams with cache-friendly O(1) indexing and applications for memoization
-
fast-digits Public
Split integers into digits, blazingly fast
-
concurrent-supply Public
Forked from ekmett/concurrent-supplyA fast globally unique variable supply with a pure API
Haskell Other UpdatedMay 20, 2025 -
-
symbolize Public
Forked from Qqwy/haskell-symbolizeImplementation of an efficient thread-safe global Symbol Table, with garbage collection
Haskell Other UpdatedMar 2, 2025 -
exp-pairs Public
Linear programming over exponent pairs
-
tasty-bench-fit Public
Benchmark a given function for variable input sizes and find out its time complexity
-
tasty-inspection-testing Public
Integrate inspection-testing into tasty test suites
-
-
bytestring Public
Forked from haskell/bytestringAn efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
Haskell Other UpdatedDec 6, 2024 -
logict Public
A continuation-based backtracking logic programming monad