Pinned Repositories
bigints
BigInts for Nim
bitflags
A macro to generate structures which behave like bitflags
bitvec
Bit vectors: 8x less memory, up to 1000x faster than Vector Bool
BoundedChan
Bounded (limited capacity) channels for Haskell
bumpalo
A fast bump allocation arena for Rust
clc-stackage
extended-containers
A Haskell library for containers to extend the containers and unordered-containers packages.
extended-containers-lens
Lens instances for extended-containers.
rrb-vector
An implementation of a Relaxed Radix Balanced Vector in Haskell.
transducers
Transducers in Haskell
konsumlamm's Repositories
konsumlamm/rrb-vector
An implementation of a Relaxed Radix Balanced Vector in Haskell.
konsumlamm/extended-containers
A Haskell library for containers to extend the containers and unordered-containers packages.
konsumlamm/transducers
Transducers in Haskell
konsumlamm/bitflags
A macro to generate structures which behave like bitflags
konsumlamm/bigints
BigInts for Nim
konsumlamm/bitvec
Bit vectors: 8x less memory, up to 1000x faster than Vector Bool
konsumlamm/BoundedChan
Bounded (limited capacity) channels for Haskell
konsumlamm/bumpalo
A fast bump allocation arena for Rust
konsumlamm/clc-stackage
konsumlamm/containers
Assorted concrete container types
konsumlamm/dimensional
Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+).
konsumlamm/deepseq
Deep evaluation of data structures
konsumlamm/ghost-cell
An implementation of Joshua Yanovski's GhostCell paper.
konsumlamm/indexed-traversable
FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
konsumlamm/koka
Koka language compiler and interpreter
konsumlamm/learnyouahaskell.github.io
A community version of the renowned "Learn You a Haskell" (LYAH) tutorials collection!
konsumlamm/mod
Modular arithmetic, promoting moduli to the type level
konsumlamm/Nim
Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
konsumlamm/num-complex
Complex numbers for Rust
konsumlamm/parallel
a library for parallel programming
konsumlamm/poly
Fast polynomial arithmetic in Haskell (dense and sparse, univariate and multivariate, usual and Laurent)
konsumlamm/polynomial-rs
Manipulations and data types that represent polynomial
konsumlamm/pqueue
Haskell priority queue package
konsumlamm/primitive
This package provides various primitive memory-related operations.
konsumlamm/PyF
Haskell QuasiQuoter for String Formatting
konsumlamm/stackage
"Stable Hackage": vetted consistent packages from Hackage
konsumlamm/stm
Software Transactional Memory
konsumlamm/threading
New atomics, thread primitives, atomic refcounting for --gc:arc/orc.
konsumlamm/unordered-containers
Efficient hashing-based container types
konsumlamm/vector
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .