#dev | Logs for 2018-12-12

« return
[23:27:07] <FatPhil> TMB: if there's any data in the database that might benefit from caching - so you don't want to just load the whole table in memory at startup, then I have written a simple perl module for that which you can have on whatever license makes you happy.
[23:28:07] <FatPhil> Has no multi-client integrity though (as that would require reading the database, or some horrible push mechanism)
[23:29:38] <FatPhil> While writing it and (memory) profiling it, I learnt a lot about how scarily wasteful perl object storage is. Super-scary.