harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.
Apache License 2.0
5 stars 0 forks source link

Update dictionaries to use a shared cache #18

Closed harningt closed 8 years ago

harningt commented 8 years ago

Dictionaries should not be global statics in the relevant classes so that memory can be released when necessary and also to enhance testing capabilities.

harningt commented 8 years ago

Addressed by pr