Vsevolod Tolstopyatov
Vsevolod Tolstopyatov
@u6f6o thanks! Could you please share both of the flamegraphs again? Or a benchmark, if that is possible. I'm glad it helped with the overall load and the reported problem...
We should cache char arrays in `ReaderJsonLexer`, they are definitely way too big for the unconditional allocations. We'll improve it futher 👍
We are using `ForEmulatedAttachment` with plain JNA dependency and repackaged ByteBuddy for now and everything works like a charm, it seems like the issue can be closed. Thanks fir the...
It's not dead, but indeed we lack of engineering resource to make a fully-paced development with thoughtful design and meticulous implementation.
The status is reflected in readme for now
In new IO it's relatively easy to implement `limit`, though it won't be zero-copy (neither it can be by design)
The development and support of this library are unfortunately frozen for an undefined period of time. The actual maintained version of this library was migrated to Ktor a while ago:...
I am not sure how things you said interfere with my proposal. We have `Input.readArray(array)`, why can't we have `Input.readTo(Buffer)` as well? Nothing dangerous in this particular method. The idea...
Thanks for letting us know! Unfortunately, we are not ready to accept PR yet. The problem is not Gradle configuration, but everything else -- setting up a test environment, building...