Monthly Hask Anything (January 2021)

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • text

    Haskell library for space- and time-efficient operations over Unicode text. (by haskell)

    u/snoyberg laments here that a consequence of Text using unpinned memory is that the FFI can't operate directly on it. However, there do appear to be some places where foreign imported functions are called on the underlying unpinned ByteArray# (see how Text.copy calls this).

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • linear-base

    Standard library for linear types in Haskell.

    So to write a function f :: a %1 -> () you have to traverse the whole datatype a, see the Data.Unrestricted.Internal.Consumable and Data.Unrestricted.Internal.Instances, which introduces a type class consumable which implements exactly this functionality.

  • mikail-khan.com

    Personal website using Haskell's Servant framework and Blaze-HTML

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

  • The Spinnaker Programming Language

    3 projects | /r/ProgrammingLanguages | 29 Mar 2023
  • Limits of possible performance improvements of Haskell/GHC code?

    3 projects | /r/haskell | 13 Nov 2022
  • What is the idiomatic way to test "hidden" module functions in a Cabal project

    2 projects | /r/haskell | 14 Oct 2022
  • Switch internal representation to UTF8 by Bodigrim · Pull Request #365 · haskell/text

    2 projects | /r/haskell | 22 Aug 2021
  • Size hints for streams in text package

    1 project | /r/haskell | 17 Jul 2021