Good work on the library. Looking through the source code, I was wondering why use the Emojix.Repo GenServer for reads and not reading directly from ETS? The GenServer creates a read bottleneck that really doesn't need to be there from what I read, but maybe I missed something.
Good work on the library. Looking through the source code, I was wondering why use the
Emojix.RepoGenServer for reads and not reading directly from ETS? The GenServer creates a read bottleneck that really doesn't need to be there from what I read, but maybe I missed something.