asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
184 stars 18 forks source link

Singleton Codecs #197

Closed jchrys closed 6 months ago

jchrys commented 6 months ago

Singleton Codecs

Motivation: A single instance of the Codec is sufficient for the entire application.

Modification: Implement Singleton pattern for codecs.

Result: Reduced memory consumption and improved performance. resolves #196