Do you have any specific use cases in mind?

I'd rather keep it simple and add features only when there's a compelling 
use case.


On Thursday, April 7, 2016 at 8:46:33 AM UTC+10, Cedric St-Jean wrote:
>
> Neat! Could you support Logged{Dict}? Then it would work with any 
> associative collection.
>
> On Wednesday, April 6, 2016 at 6:28:51 PM UTC-4, jock....@gmail.com wrote:
>>
>> Hi there,
>>
>> Introducing LoggedDicts.jl <https://github.com/JockLawrie/LoggedDicts.jl>
>> .
>>
>> A LoggedDict is simply a Dict for which every write is logged to a 
>> user-defined output.
>> Handy as a light-weight, intra-process data store in applications/scripts 
>> that do not require high write frequency (though this is an addressable 
>> problem).
>>
>> Comments/criticisms/suggestions welcome.
>>
>> Cheers,
>> Jock
>>
>>
>>

Reply via email to