--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Unsafe is not going to be available in java 9 afaik
On Unsafe: I thought there was already a JSR in place but I can't find it ...
On Object pools: I am not against object pools per se, I just see them as a measure applied when everything else has been done. I used them just a handful of times in my career, in all other cases we were able to remove excessive allocation by improving application design.