Mathias
Mathias
Yes, thanks. Good idea!
Currently there is no way to do this but I agree that such a setting would be a valuable thing to have. Thanks for the ticket!
This looks strange. Could you provide us with a small complete example demonstrating the problem?
Awesome stuff, @jrudolph! These are great improvements!! The old "tricks" really don't pull their weight, especially on the newer JVMs.
One thing that might be worthwhile exploring to speed up string parsing even more is unrolling the `parseOneFast` loop to handle 4 characters in a single loop iteration. I could...
Yeah, the JVM _might_ be able to do it itself. But this is hard to control and small changes might break the JVMs ability to do it. So manual unrolling...
Great stuff! Looking forward to seeing this released!
> Caching the buffer in a thread local between parsing runs is another 10-20% win indeed. Interesting. In my tests with borer adding a ThreadLocal cache of the char buffer...
Kim, I just added a test for this and cannot reproduce the issue. Can you specify what spray-json version and what scala version you are running? Can you show the...
@zackangelo Thanks for offer to help. We currently don't have any capacity for major changes/extensions to spray-json, so we can't really say when macro-based case class support will be available....