go-analyze / flat-file-map

Golang library for storing key / value data in a flat file
Mozilla Public License 2.0
1 stars 0 forks source link

Update FlatFileMap interface naming and introduce TypedFFMap #6

Closed jentfoo closed 1 month ago

jentfoo commented 1 month ago

This change renames FlatFileMap to the more concise FFMap and WritableFlatFileMap to the more concise MutableFFMap.

In addition a new type is introduced, TypedFFMap, which with generics allows the value type to be defined, and makes for a simpler Get interface.