Looking for projects that make heavy use of IntMap which have benchmarks

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. containers

    Assorted concrete container types (by haskell)

    I asked this on the libraries mailing list but thought posting here would bring in potentially more responses. I made a recent change to the behaviour of lookup and find (see here for more details: https://github.com/haskell/containers/pull/800).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. apecs

    a fast, extensible, type driven Haskell ECS framework for games

    apecs uses IntMaps all over the place and is benchmarked. They're the most common backing data structure for Components I'd say.

  4. unicode-collation

    Haskell implementation of the Unicode Collation Algorithm

    https://github.com/jgm/unicode-collation uses IntMap quite a bit and has benchmarks.

  5. haskell-code-explorer

    Web application for exploring and understanding Haskell codebases

    If you visit https://haskell-code-explorer.mfix.io/package/containers-0.6.0.1/show/Data/IntMap/Internal.hs#L1157 and click on IntMap, it'll show you all the usages of IntMap across "a subset of packages from a Stackage snapshot" (as formulated in the project's README).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I want to make a game in Haskell to surprise my boyfriend, but don’t know where to start.

    1 project | /r/haskell | 22 Jan 2023
  • New Haskell ebook: Learn Haskell by building a blog generator

    1 project | /r/haskell | 5 Dec 2021
  • Unity Patents ECS

    1 project | news.ycombinator.com | 8 Sep 2021
  • Hero - A faster ECS library for Haskell

    2 projects | /r/haskell | 30 Aug 2022
  • Haskell - Important Libraries

    11 projects | /r/haskell | 24 Mar 2022