Le 19/09/15 02:05, Zheng, Kai a écrit : > Hi, > > How would you like google flatbuffers? It's performance is super cool! It > eliminate decoding at all! I'm thinking about a built-in and default backend > for Kerby based on the format. Existing backends are only suitable in some > cases, but a default backend like kdb used in MIT KDC would be desired for a > production deployment for Kerby KDC in future. Mention it in case it's also > useful in some other components.
I still don't get what it brings. At some point, you still have to serialize/deserialize data, and if you want to be efficient, you need a way to find data efficiently (ie, without parsing all the file). Give me a couple of days to look at the documentation. At some point, some prototype would certainly be useful.
