-
I'm writing a client in Scala 3 for a database that uses rest endpoints and I want to represent the requests internally using case classes which also include sealed traits/enum:
```
enum ServiceRequ…
-
## Description
As of `itoa` 1.0+, it has significantly faster performance for some use-cases than lexical. Since we use our integer writers for float formatting, this could lead to noticeable perfo…
-
I have copied your benchmark for jsoniter-scala to the following branch:
https://github.com/plokhotnyuk/jsoniter-scala/tree/graalvm-native-image/jsoniter-scala-examples
Running of `java -jar targe…
-
```scala
object SolutionType extends Subtype[Int] {
override def assertion =
assert(Assertion.greaterThanOrEqualTo(0) && lessThanOrEqualTo(2))
}
```
not working at runt…
-
I have a couple of cases when Hotspot compiler do it better for JDK 8 than GraalVM 19.1.1.
Currently, I'm trying to mitigate it by unrolling some hottest cases manually:
1) https://github.com/plok…
-
I got linkage errors due missing of following classes when adding SN support for jsoniter-scala using this library (https://github.com/plokhotnyuk/jsoniter-scala/pull/640):
`java.time.ZonedDateTime$…
-
Hello,
Just stumble on this error (`JsonWriterException: illegal char sequence of surrogate pair`) while marshalling a large data structure containing the original file names of a real filesystem (…
-
Instead of relying on circe try jsoniter for fun and profit
https://plokhotnyuk.github.io/jsoniter-scala/
-
I'm trying to use jsoniter-scala with the case classes generated using this awesome tool. the hindrance that i see is that for cases like [this](http://scalaxb.org/running-scalaxb) a `trait` is gener…
-
```
[error] Fatal signal Segmentation fault caught
[error] at scala.scalanative.testinterface.signalhandling.SignalConfig$.asyncSafePrintStackTrace(Unknown Source)
[error] at ._SM70scala.scalan…