I'd suggest the following:
- don't tell people to use
computeSync(). Instead, tell them to do a complete x.getRepresentation(); send(); x = fromRepresentation() cycle, simulating a real application.
- add (a short version of) the paper's discussion on the two benchmark types
- Add the JMH code example from the paper (but a full version of it) to the .md file.
- Maybe weave in some of the counting description from the paper, I thought that was pretty clear and concise.