dgim alternatives and similar packages
Based on the "Algorithms" category.
Alternatively, view dgim alternatives based on common mentions on social networks and blogs.
-
arithmoi
Number theory: primes, arithmetic functions, modular computations, special sequences -
imj-animation
Monorepo for a multi-player game engine, and game examples -
lca
Improves the known complexity of online lowest common ancestor search to O(log h) persistently, and without preprocessing -
search-algorithms
Haskell library containing common graph search algorithms -
integer-logarithms
Integer logarithms, originally split from arithmoi package -
treeviz
Haskell library for visualizing algorithmic decomposition of computations. -
incremental-sat-solver
Simple, Incremental SAT Solving as a Haskell Library -
nonlinear-optimization-ad
Wrapper of nonlinear-optimization package for using with ad and backprop packages -
infinite-search
An implementation of Martin Escardo's exhaustively searchable sets in Haskell. -
primesieve
A collection of packages related to math, algorithms and science, in Haskell. -
edit-distance-vector
Calculate edit scripts and distances between Vectors. -
graph-generators
A Haskell library for creating random Data.Graph instances using several pop -
edit-distance-linear
Levenshtein edit distance in linear memory (also turns out to be faster than C++) -
epanet-haskell
Call the EPANET toolkit via Haskell's Foreign Function Interface
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of dgim or a related project?
Popular Comparisons
README
haskell-dgim
This is a Haskell implementation of the Datar-Gionis-Indyk-Motwani algorithm for approximately counting occurences of certain elements in a (very large) prefix of a (possibly infinite) stream.
Installation
This package is now available on Hackage with the name dgim:
cabal install dgim
or by name in your .cabal
file. However, it is in the alpha stage and the API is likely to change in the future.
Bleeding edge
Install cabalg
, if you do not already have it with cabal install cabalg
.
cabalg https://github.com/musically-ut/haskell-dgim