mr-swifter

Results 15 comments of mr-swifter

@mzaks, it's very good point regarding ```loadUnaligned``` being slower than ```load```! Thanks! Let me try to fallback to ```loadUnaligned``` only when required. I would say in general padding is not...

Hm, since we know that flatbuffer fields are always properly aligned in respect of each other, i guess then we can understand what function (load or loadUnaligend) should be always...

Hi @felixschlegel , @FranzBusch! I think I need to do a step back and elaborate a bit why @blindspotbounty suggests to implement reading in batches. We did some measurements internally...

Don't you mind I will create separate issues for items in the list so we can start detailed discussions on particular items?

As well as portions it would be nice to have access to entire metadata information, like: - available brokers (host / port) - leadership information - replicase information - count...