vert.x
vert.x copied to clipboard
JsonArray optimizations
- remove two wrapper methods fromJson and fromBuffer
- better .stream() with flags and less lambdas
- plus 2 ctors: JsonArray(Collection collection) and (initialCapacity)
- micro optimization with len (it had shown difference in latin1 String→byte[] benchmark)
There was https://github.com/eclipse-vertx/vert.x/pull/4995, but it had no information value