https://github.com/lucventurini/mikado
Raw File
Tip revision: f0c19624d466ddb129e368661001e1ba62c44652 authored by Luca Venturini on 08 August 2015, 08:28:52 UTC
Added a SHM option to Mikado, so that now SQLite DBs can be loaded into memory to increase performance. Data loading is performed at the main, not children, process level - this should improve the performance for locking DBs like SQLite.
Tip revision: f0c1962
MANIFEST.in
include DESCRIPTION.rst
include *py
recursive-inlcude mikado_lib *py
recursive-include util *py
recursive-include test *py
back to top