Flavio Brasil
Flavio Brasil
### Problem The postgresql/mysql-async driver has a few scalability and performance problems. ### Solution I've been working on an alternative driver called [ndbc](https://github.com/traneio/ndbc). It's already fully functional for postres and...
Quill has support for SQL generation in Scala.js (see https://scalafiddle.io/sf/pMg4JvY/1). There's no integration to call databases yet. Name: Quill Url: http://getquill.io Description: Compile-time Language Integrated Queries Dependency: "io.getquill" %% "quill-sql"...
#### Check List: - [x] Tests pass (`./test.sh `) - [x] All formatting changes by the build are committed - [x] Output matches that of calculate_average_baseline.sh * Execution time: royvanrijn...
## Problem I've been using PPrint with case classes that contain text field names using backticks, which are currently rendered incorrectly: ``` case class Test(`with backticks`: Boolean, withoutBackticks: Boolean) println(pprint(Test(true,...
Tapir version: 1.9.11 Scala version: 3.3.3 **Describe the bug** A common strategy to boost the performance of HTTP servers in benchmarks is to reuse Netty's event loop selectors to handle...
This PR is the second part of https://github.com/twitter/scalding/pull/1754. It adds the `Quoted` implicit param to the user-facing APIs. After this change, the last PR will use the projection information to...
## Problem Scalding could leverage more information on the user's code to apply optimizations and provide a better description of the jobs. ## Solution Introduce the new module `scalding-quotation` that...