High-Performance Haskell?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • linear-builder

    Strict Text and ByteString builder, which hides mutable buffer behind linear types and takes amortized linear time.

  • Another interesting area of performance optimisation is linear types. It's already possible to take advantage of them in libraries https://github.com/Bodigrim/linear-builder with real world performance gains and in the future in GHC. More about this here https://www.reddit.com/r/haskell/comments/5z6mxb/linear_types_make_performance_more_predictable/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

  • countwords

    Playing with counting word frequencies (and performance) in various languages. (by unhammer)

  • Wow, thanks for the code review! Noted – I'll try them out when I have some time

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ghc-proposals

    Proposed compiler and language changes for GHC and GHC/Haskell

  • The lack of concatMap fusion is a notorious issue in stream fusion. I recently implemented Higher Order Patterns in Rewrite Rules which should make it possible to write a rewrite rule for fusing concatMap in GHC 9.8.

  • fusion-plugin

    GHC plugin to make stream fusion more predictable

  • If you want to get stream-fusion in base then I think you should first try to get https://github.com/composewell/fusion-plugin in GHC. It takes care of most of the optimization corner cases that you will invariably run into if you want to use stream-fusion reliably.

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

  • New release of Builder with linear types, now renderable both to Text and ByteString

    1 project | /r/haskell | 24 Mar 2023
  • New shell scripting language, a new tablet, and in-product messaging

    2 projects | dev.to | 24 May 2024
  • How I switched from Stack to Cabal

    2 projects | dev.to | 5 May 2024
  • Dockerfile Linter

    1 project | news.ycombinator.com | 3 Mar 2024
  • Ask HN: Popular open source tool originally written in Haskell?

    3 projects | news.ycombinator.com | 10 Feb 2024