zapov
zapov
Although Jackson is the standard JSON lib there is a much faster one: http://github.com/ngs-doo/dsl-json Relevant benchmark: https://github.com/fabienrenaud/java-json-benchmark If you are interested in having it as an alternative I can help...
Extension point for injecting custom behavior in the driver while retaining all of the existing functionality
Grisu3 works most of the time but it could be improved/replaced with a different faster algorithm. Parsing doubles does not match Java algorithm in all cases (unless it's configured with...
Avoid using DslJson probing as main way for initializing converters
Major performance improvements comes from code inline instead of using reflection. Close the gap with Scala version by using macros when opted-in
Look into mapping pipelined requests into multiple batched commands in processing engine
Allow usage of authorized user in connection string. Either via custom connection string or with something along the line of Application Name
401 response needs to include WWW-Authenticate header. Add WWW-Authenticate: None if one is not included before
This greatly reduces the memory usage while doing transform to output stream.