Text Maintainers: text-utf8 migration discussion - Haskell Foundation

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. unicode-collation

    Haskell implementation of the Unicode Collation Algorithm

    There are several native Haskell libraries, covering individual features of text-icu: https://hackage.haskell.org/package/unicode-transforms for normalization https://github.com/jgm/unicode-collation for collation https://github.com/composewell/unicode-data for character database https://hackage.haskell.org/package/unicode-general-category for character database

  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. unicode-data

    Access unicode character database

    There are several native Haskell libraries, covering individual features of text-icu: https://hackage.haskell.org/package/unicode-transforms for normalization https://github.com/jgm/unicode-collation for collation https://github.com/composewell/unicode-data for character database https://hackage.haskell.org/package/unicode-general-category for character database

  4. text

    An efficient packed, immutable Unicode text type for Haskell, with a powerful loop fusion optimization framework. (by jaspervdj)

  5. aeson

    A fast Haskell JSON library

    Similar scan is already in aeson https://github.com/haskell/aeson/blob/master/src/Data/Aeson/Parser/Internal.hs#L322-L335 where the unsafeDecodeASCII is used I mentioned in my previous comment.

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

  • Haskell adoption is higher than I expected, what can we do to get it to top 10 languages.

    6 projects | /r/haskell | 24 Oct 2022
  • High-performance JSON codec

    4 projects | /r/haskell | 5 Feb 2021
  • Type-Level Web DSL in Haskell

    1 project | dev.to | 8 Dec 2024
  • What I Learned from Making the Python Back End for My New Webapp

    2 projects | news.ycombinator.com | 16 Oct 2024
  • PostgREST 12.2: Prometheus metrics

    1 project | dev.to | 29 Aug 2024

Did you know that Haskell is
the 25th most popular programming language
based on number of references?