Ben Sless
Ben Sless
read-values dispatches to the ReadValues protocol. It returns an iterator via an ObjectReader derived from the supplied mapper. The returned iterator is reified in a manner similar to Eduction to...
This is more of an observation than a concrete issue, but it looks like memoizing `keyword` and providing it as a `decode-key-fn` give better throughput than the default keyword deserializer....
By default, serializing lists dispatches to the CollectionSerializer, which takes the size of a sequence. Does it defeat the purpose of lazy sequences? Can we use the IterableSerializer? There's a...
Hello, Thank you for this great library. I really like it. I have a particular use case which I wanted to know was possible with jsonista and if so, what...
Hello, I notice there have been several issues opened due to the same root cause - that core.typed was not being required in the project's dependencies. I stumble on this...
Hello, The profiler wasn't working for me from inside Alpine docker images (related to #12) and I managed to refine down the steps required to make it work. Some could...
I looked into sieppari's performance on the JVM and ran some profiling to get a sense of what exactly needs to be optimized to get on-par with middleware The measurements...
Does this implementation solve the missing bits wrt POST, async, etc? https://github.com/luminus-framework/ring-undertow-adapter
Hi, I'm playing with https://okmij.org/ftp/papers/LogicT.pdf When I get to the implementation of logic monad interleave, the example diverges on rewrites although it should succeed. What am I doing wrong here?...