Henry Tung

Results 28 comments of Henry Tung

> We've found that GCM ciphers on java 11+ provide substantially more throughput in the conditions we've tested Honestly curious to see those results/data, if you have them around. >...

@carterkozak Yeah, I think I remember seeing some JDK tickets about reducing GCM allocation overhead. Glad to know that it still produces greater throughput - we made some improvements to...

@rcmcronny Are you using the shared link provider? If so, you may want to take a look at https://github.com/subdavis/Tusk/issues/307 and https://github.com/subdavis/Tusk/pull/308.

Not to disrupt the conversation, but isn't the prefix install scheme fairly-explicitly specified in https://docs.python.org/3/install/index.html#alternate-installation-unix-the-prefix-scheme? Is this behavior changing, and is that documented somewhere?

Looks fine to me at a glance, but unfortunately not in a position to test ATM and don't have permissions to make a useful review.

Note: related to this, but I think asyncio-mqtt is a defunct project name. It was renamed in 1.0 to [aiomqtt](https://github.com/sbtinstruments/aiomqtt/releases/tag/v1.0.0), so if someone wants to do the bump, that should...

So, I realized that I hadn't cleaned up my shapefile before loading, so I was getting a LOT of large metadata cruft on the frontend in a lot of tiles....

@carterkozak Does `Collections2.transform` yield the same presizing benefits?

Hey @jkozlowski, for some more context: - The goal isn't to make a single request flow stick with a given mirror, but rather to make all requests which map to...