kanidm/kanidm_tools
Firstyear 15bc8d4120
101 idlcache (#224)
Fixes #101, concurrent caching of IDL and Entries. This yields a 10% improvement for test case execution, and 35% for tests run under --release mode. A lot of code around the code base was needed to be touched due to the extra need for mut in some operations and some lifetimes, but the majority of the work was in idl_arc_sqlite.rs, which has the cache layer. There are many performance gains yet to see, but most of those will come through improvement of the concread ARC and it's related BTree implementation.
2020-05-11 21:12:32 +10:00
..
src 101 idlcache (#224) 2020-05-11 21:12:32 +10:00
Cargo.toml Update outdated libraries and add helper make argument. 2020-04-11 10:48:34 +10:00
example.create.account.json 6 create modify tool (#113) 2019-10-07 08:41:30 +10:00
example.create.group.json 6 create modify tool (#113) 2019-10-07 08:41:30 +10:00
example.modify.idm_admin.json 6 create modify tool (#113) 2019-10-07 08:41:30 +10:00
example.modify.json 6 create modify tool (#113) 2019-10-07 08:41:30 +10:00