maltalex
maltalex
Implemented in #1586
> The one thing we might consider doing in our Docker images is aliasing timescaledb-tune to use the entrypoint script above so that it always makes sure to do the...
@Gmugra That's an interesting option, thanks.
There's currently one benchmark, that tests the IPv6 string parsing code ([link](https://github.com/maltalex/ineter/blob/master/src/jmh/java/com/github/maltalex/ineter/jmh/IPv6ParsingBenchmark.java))
A benchmark of what exactly?
Sure, what exactly would you like to benchmark?
@Zuckonit I see what you mean. Sure, that's something that might be worth adding. Especially the the heap size comparison.
@lpellegr I never had a need to handle such addresses, so there aren't any relevant plans. What do you expect to receive as a result of `IPv6Address.of("::FFFF:83.90.47.30")`? An `IPv6Address` instance...
Yeah, I've encountered `InetAddress.getByName` returning a v4 address for mapped addresses - it's something I shot myself in the foot with :) Returning an IPv6Address does indeed sound more reasonable...
> It would be useful to have also a method in IPv4Address to create an IPv4 mapped IPv6Address. Nice idea. > I am not sure whether parsing should be done...