A Scala rant

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  2. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

    http4s is the worst web server on the JVM. It's very slow. It suffers from NIH syndrome so has a poor feature set. And you see code like this to do basic things like authentication e.g.

  3. mdoc

    Typechecked markdown documentation for Scala

    The good news is that scaladoc is produced by default by sbt and published by default. So you can often pull it from the same repository your library jar came from, extract it with zip, and read the docs. But that's also totally unnecessary - javadoc.io allows you to put in your module info and serves the docs for you, so if there's an older version you can access the documentation this way. Rely on the type signatures, since they can't lie, whilst comments (including scaladoc comments) can. Honestly, library authors should be using mdoc and including examples on every public method, and that type of documentation is something you can almost always contribute to a project for a quick pr kudos.

  4. soot

    Soot - A Java optimization framework

    Yeah, I think a cross compiler would be the only way such a thing could be possible. It would be interesting to see how many collections are actually changed though. I have written similar things using soot. The biggest question is whether there would be enough people who would want such a thing. I can't imagine the time savings vs time spent would pay off for me personally.

  5. Apache Spark

    Apache Spark - A unified analytics engine for large-scale data processing

    yep, nailed it: https://github.com/apache/spark/blob/master/pom.xml#L122

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

  • Why is Spring so slow in TechEmpower benchmark?

    3 projects | /r/java | 20 Sep 2022
  • Async I/O for Dummies (2018)

    2 projects | news.ycombinator.com | 5 Dec 2021
  • Ruby on Rails Audit Complete

    4 projects | news.ycombinator.com | 15 Jun 2025
  • Redesigned Swift.org is now live

    1 project | news.ycombinator.com | 4 Jun 2025
  • Stop the Hack: Why Quick-and-Dirty Development Is Hurting Us All

    1 project | dev.to | 25 May 2025