go-ap / activitypub

ActivityPub vocabulary for Go
MIT License
124 stars 10 forks source link

README.md incorrectly contrasts `OnXXX` funcs #12

Closed johnsto closed 8 months ago

johnsto commented 1 year ago

The readme appears to contain a mistake here, comparing regular OnTXXX to [T]OnXXX calls (respectively):

Before using them you should consider that the former comes with a pretty heavy performance penalty:

The benchmarks after this paragraph actually show it is the latter, generic [T]OnXXX that carry a significant performance penalty.

mariusor commented 8 months ago

It looks like I clarified the document a while back. Thank you for your feedback, and apologies for having this in limbo for so long. :)