Ryū: fast float-to-string conversion (Java lib, 2018 paper)

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

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. ryu

    Converts floating point numbers to decimal strings (by ulfjack)

  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. Jackson

    Core part of Jackson that defines Streaming API as well as basic shared abstractions

    Jackson already has some improvements for string-to-number conversion over stock JDK parser (https://github.com/FasterXML/jackson-core/pull/677). Would be great if they added faster number-to-string too.

  4. jsoniter-scala

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs + circe booster

    Jsoniter-scala has many optimizations that would benefit to be ported in openjdk or Jackson https://github.com/plokhotnyuk/jsoniter-scala

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

  • Scala Custom JSON codec Help

    1 project | /r/scala | 5 Jun 2023
  • Please try my JSON library

    2 projects | /r/scala | 27 Feb 2023
  • Issues in parsing JSON in Scala using Jackson library

    1 project | /r/scala | 6 Dec 2022
  • How to transition to Scala 3?

    3 projects | /r/scala | 13 May 2021
  • Performance of 12 JSON parsers for Scala

    9 projects | /r/scala | 29 Mar 2021

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