nh2 / haskell-ordnubLinks
Data.List.nub is O(n²). This one is O(n log n) by requiring an Ord instance.
☆34Updated 5 years ago
Alternatives and similar repositories for haskell-ordnub
Users that are interested in haskell-ordnub are comparing it to the libraries listed below
Sorting:
- ☆99Updated 5 months ago
- Generates a references DB from .hie files☆68Updated 4 months ago
- This is not the Git repo you're looking for...☆25Updated 6 years ago
- Fast Unicode normalization in Haskell☆46Updated last month
- GHC language extensions table☆49Updated 3 months ago
- A Typeclass for user-facing output☆57Updated last week
- Generate tags file for haskell modules (GHC)☆41Updated 3 months ago
- Web app to track lagging package dependencies.☆66Updated last year
- Haskell QuasiQuoter for String Formatting☆70Updated this week
- Library and utility for processing cabal's plan.json file☆41Updated 4 months ago
- Py.test style assertions in Haskell☆67Updated 7 years ago
- A syntax for unions of constraints in Haskell☆70Updated 8 years ago
- Haskeline wrapper for GHCi-like REPL interfaces☆106Updated 6 months ago
- Prune unused Haskell dependencies.☆46Updated 2 years ago
- Lean Haskell Benchmarking☆90Updated 3 years ago
- Search Haskell source code from the command line☆75Updated 5 years ago
- Operations on files and directories with typed paths☆32Updated last week
- A utility for managing Hackage dependencies and manipulating Cabal files from the command line.☆77Updated 2 years ago
- Measuring CPU instructions in Haskell using Linux Performance Counters☆83Updated 7 years ago
- Bit vectors: 8x less memory, up to 3500x faster than Vector Bool☆76Updated 3 months ago
- Stream editing with Haskell Megaparsec parsers☆81Updated last year
- Generic data types in Haskell, utilities for GHC.Generics☆45Updated 3 months ago
- Generic types and functions for encoding and decoding columns☆44Updated last year
- Syntax highlighter for Haskell using the lexer of GHC☆59Updated last week
- Layout data in grids and pretty tables. Provides a lot of tools to get the cell formatting right (positional alignment, alignment on spec…☆39Updated 6 months ago
- Color highlighting for Haskell profiling information☆40Updated 4 years ago
- Set the version bounds of dependencies in a cabal file☆68Updated 2 months ago
- Normalise GHC.TypeLits.Nat equations☆43Updated last week
- An either-or-both data type, with corresponding hybrid error/writer monad transformer.☆118Updated 6 months ago
- Use Template Haskell to embed file contents directly.☆98Updated 9 months ago