webapp icon indicating copy to clipboard operation
webapp copied to clipboard

refactor: Improve LetterSoundDaoJpa#read

Open nya-elimu opened this issue 4 years ago • 0 comments

The read(List<Letter> letters, List<Sound> sounds) in the LetterSoundDaoJpa is really time-consuming, which causes developers to wait a long time every time the webapp launches (see DbContentImportHelper).

To improve the developer experience, refactor this method to use less iterations/loops.

nya-elimu avatar May 21 '21 16:05 nya-elimu