Just make it scale: An Aurora DSQL story

12 points by mjb


fanf

I’m surprised that the Rust version of the Adjudicator is 10x faster than the Kotlin version: I didn’t think the JVM is that slow! I wonder where the performance wins came from, because I doubt it can be entirely from jettisoning the JIT and GC. Did they rearrange the data structures for less allocation and less pointer indirection?